aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runtest.sh b/scripts/runtest.sh
index 235b8839..016658a9 100644
--- a/scripts/runtest.sh
+++ b/scripts/runtest.sh
@@ -94,7 +94,7 @@ testing()
echo -ne "$3" > expected
echo -ne "$4" > input
- echo -ne "$5" | ${EVAL:-eval} "$2" > actual
+ echo -ne "$5" | ${EVAL:-eval} -- "$2" > actual
RETVAL=$?
# Catch segfaults