aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/057.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/057.sh')
-rw-r--r--tests/057.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/057.sh b/tests/057.sh
index 6d1265f..8850e55 100644
--- a/tests/057.sh
+++ b/tests/057.sh
@@ -1,10 +1,8 @@
-set -e
-
cat <<'EOF' > expected
cannot open include file: nonexistent.h
EOF
-bash ../../test_compile_error.sh <<'EOF'
+test_compile_error <<'EOF'
#include "nonexistent.h"
int main() {