aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/056.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/056.sh')
-rw-r--r--tests/056.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/056.sh b/tests/056.sh
index 7bad4c0..ff2ad18 100644
--- a/tests/056.sh
+++ b/tests/056.sh
@@ -1,5 +1,3 @@
-set -e
-
cat <<'EOF' > expected
12
EOF
@@ -20,7 +18,7 @@ int calculate(int x) {
int printf(const char*, ...);
EOF
-bash ../../test_diff.sh <<'EOF'
+test_diff <<'EOF'
#include "calc.h"
int main() {