diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runtest.sh b/scripts/runtest.sh index d1ae4408..25c8e104 100644 --- a/scripts/runtest.sh +++ b/scripts/runtest.sh @@ -115,7 +115,7 @@ testing() echo -ne "$3" > expected [ ! -z "$4" ] && echo -ne "$4" > input || rm -f input - echo -ne "$5" | ${EVAL:-eval} -- "$2" > actual + echo -ne "$5" | ${EVAL:-eval --} "$2" > actual RETVAL=$? # Catch segfaults |