aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/002.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/002.sh')
-rw-r--r--tests/002.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/002.sh b/tests/002.sh
index 65d3d69..9dbbb21 100644
--- a/tests/002.sh
+++ b/tests/002.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=$?