diff options
Diffstat (limited to 'tests/092.sh')
| -rw-r--r-- | tests/092.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/092.sh b/tests/092.sh index 00dcb44..20c3a1f 100644 --- a/tests/092.sh +++ b/tests/092.sh @@ -1,10 +1,8 @@ -set -e - cat <<'EOF' > expected 42 123 999 EOF -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int printf(); char a = 42; |
