From 7c3881b403da3bc8b0da3c668d00ab9158937e53 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 14 Dec 2019 21:08:00 -0600 Subject: Any substitute EVAL should supply its own -- --- scripts/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3