aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/073.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/073.sh')
-rw-r--r--tests/073.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/073.sh b/tests/073.sh
index 3bc42af..c804692 100644
--- a/tests/073.sh
+++ b/tests/073.sh
@@ -1,5 +1,3 @@
-set -e
-
cat <<'EOF' > expected
main.c
main.c
@@ -10,7 +8,7 @@ cat <<'EOF' > header.h
#define A __FILE__
EOF
-bash ../../test_diff.sh <<'EOF'
+test_diff <<'EOF'
#define B __FILE__
#include "header.h"
int printf();