aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/036.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/036.sh')
-rw-r--r--tests/036.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/036.sh b/tests/036.sh
index 2a60cf9..0975bcf 100644
--- a/tests/036.sh
+++ b/tests/036.sh
@@ -1,9 +1,7 @@
-set -e
-
cat <<'EOF' > expected
42
EOF
-bash ../../test_diff.sh <<'EOF'
+test_diff <<'EOF'
void* calloc();
int printf();