aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/003.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/003.sh')
-rw-r--r--tests/003.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/003.sh b/tests/003.sh
index e99b7e1..77a3886 100644
--- a/tests/003.sh
+++ b/tests/003.sh
@@ -9,7 +9,7 @@ if [[ $? -ne 0 ]]; then
cat main.s >&2
exit 1
fi
-gcc -o a.out main.s
+gcc -Wl,-z,noexecstack -o a.out main.s
./a.out
exit_code=$?