aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/048.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/048.sh')
-rw-r--r--tests/048.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/048.sh b/tests/048.sh
index 76b500f..7286815 100644
--- a/tests/048.sh
+++ b/tests/048.sh
@@ -1,12 +1,10 @@
-set -e
-
cat <<'EOF' > expected
argc = 4
argv[1] = hoge
argv[2] = piyo
argv[3] = fuga
EOF
-bash ../../test_diff.sh hoge piyo fuga<<'EOF'
+test_diff hoge piyo fuga<<'EOF'
int printf();
int main(int argc, char** argv) {