diff options
Diffstat (limited to 'tests/095.sh')
| -rw-r--r-- | tests/095.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/095.sh b/tests/095.sh index 65cd31a..5d274d0 100644 --- a/tests/095.sh +++ b/tests/095.sh @@ -1,11 +1,9 @@ -set -e - cat <<'EOF' > expected 1 2 3 4 0 0 5 EOF -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int printf(); int x, y, z = 5; int main() { |
