diff options
Diffstat (limited to 'tests/096.sh')
| -rw-r--r-- | tests/096.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/096.sh b/tests/096.sh index 8bd6848..7963ed7 100644 --- a/tests/096.sh +++ b/tests/096.sh @@ -1,11 +1,9 @@ -set -e - cat <<'EOF' > expected 10 20 100 300 500 EOF -bash ../../test_diff.sh <<'EOF' +test_diff <<'EOF' int printf(); in\ t ma\ @@ -38,4 +36,4 @@ cat <<'EOF' > expected main.c:1: <new-line> expected, but got <eof> EOF -echo -n 'int main() {}\' | bash ../../test_compile_error.sh +echo -n 'int main() {}\' | test_compile_error |
