diff options
Diffstat (limited to 'tests/033.sh')
| -rw-r--r-- | tests/033.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/033.sh b/tests/033.sh index 1fb92ac..fd43548 100644 --- a/tests/033.sh +++ b/tests/033.sh @@ -1,9 +1,7 @@ -set -e - cat <<'EOF' > expected 42 EOF -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int printf(); void* calloc(); @@ -28,7 +26,7 @@ cat <<'EOF' > expected 8 8 9 9 EOF -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int printf(); void* calloc(); |
