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.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_output.sh b/tests/test_output.sh
index 575e399..a286a4a 100644
--- a/tests/test_output.sh
+++ b/tests/test_output.sh
@@ -2,7 +2,6 @@ cat > main.c
"$ducc" main.c > main.s
if [[ $? -ne 0 ]]; then
- cat main.s >&2
exit 1
fi
gcc -Wl,-z,noexecstack -o a.out main.s