aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_diff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_diff.sh')
-rw-r--r--tests/test_diff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_diff.sh b/tests/test_diff.sh
index 14e5200..adc281e 100644
--- a/tests/test_diff.sh
+++ b/tests/test_diff.sh
@@ -4,7 +4,7 @@ cat > main.c
if [[ $? -ne 0 ]]; then
exit 1
fi
-gcc -Wl,-z,noexecstack -o a.out main.s
+gcc -o a.out main.s
if [[ ! -f input ]]; then
touch input
fi