diff options
Diffstat (limited to 'tests/058.sh')
| -rw-r--r-- | tests/058.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/058.sh b/tests/058.sh index 3be7ad1..b491ad4 100644 --- a/tests/058.sh +++ b/tests/058.sh @@ -1,5 +1,3 @@ -set -e - cat <<'EOF' > expected include depth limit exceeded EOF @@ -15,7 +13,7 @@ cat <<'EOF' > b.h int b() { return 2; } EOF -bash ../../test_compile_error.sh <<'EOF' +test_compile_error <<'EOF' #include "a.h" int main() { |
