aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/018.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/018.sh')
-rw-r--r--tests/018.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/018.sh b/tests/018.sh
index cc02105..a9d4e1d 100644
--- a/tests/018.sh
+++ b/tests/018.sh
@@ -1,7 +1,5 @@
-set -e
-
touch expected
-bash ../../test_diff.sh <<'EOF'
+test_diff <<'EOF'
int main() {
"";
return 0;
@@ -9,7 +7,7 @@ int main() {
EOF
touch expected
-bash ../../test_diff.sh <<'EOF'
+test_diff <<'EOF'
int main() {
"abc";
return 0;
@@ -17,7 +15,7 @@ int main() {
EOF
touch expected
-bash ../../test_diff.sh <<'EOF'
+test_diff <<'EOF'
int main() {
"\"foo\"bar\\\n\"";
return 0;