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