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