aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/055.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/055.sh')
-rw-r--r--tests/055.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/055.sh b/tests/055.sh
index d5e65f3..6fc3608 100644
--- a/tests/055.sh
+++ b/tests/055.sh
@@ -1,5 +1,3 @@
-set -e
-
cat <<'EOF' > expected
8
EOF
@@ -12,7 +10,7 @@ int add(int a, int b) {
int printf(const char*, ...);
EOF
-bash ../../test_diff.sh <<'EOF'
+test_diff <<'EOF'
#include "header.h"
int main() {