aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/017.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/017.sh')
-rw-r--r--tests/017.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/017.sh b/tests/017.sh
index 504f7d8..dd6edeb 100644
--- a/tests/017.sh
+++ b/tests/017.sh
@@ -1,6 +1,7 @@
set -e
-bash ../../test_output.sh "" <<'EOF'
+touch expected
+bash ../../test_diff.sh <<'EOF'
int main() {
return 0;
}