aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_output.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_output.sh')
-rw-r--r--tests/test_output.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_output.sh b/tests/test_output.sh
index a286a4a..63dce46 100644
--- a/tests/test_output.sh
+++ b/tests/test_output.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
output="$(./a.out)"
exit_code=$?