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.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_diff.sh b/tests/test_diff.sh
index 6520b42..14e5200 100644
--- a/tests/test_diff.sh
+++ b/tests/test_diff.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