diff options
Diffstat (limited to 'tests/030.sh')
| -rw-r--r-- | tests/030.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/030.sh b/tests/030.sh index e444938..fda5dc8 100644 --- a/tests/030.sh +++ b/tests/030.sh @@ -1,9 +1,7 @@ -set -e - cat <<'EOF' > expected foo EOF -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int printf(); int foo() { @@ -30,7 +28,7 @@ foo bar baz EOF -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int printf(); int foo() { |
