From b4fd71d18f847f26f127a3e04a6de37df7e0aef1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 25 Feb 2025 21:32:49 -0600 Subject: [PATCH] Slightly better error reporting. --- scripts/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runtest.sh b/scripts/runtest.sh index b1e707683..9ee6cd802 100644 --- a/scripts/runtest.sh +++ b/scripts/runtest.sh @@ -147,7 +147,7 @@ testing() if ! verbose_has quiet && { [ -n "$DIFF" ] || verbose_has spam; } then [ ! -z "$4" ] && printf "%s\n" "echo -ne \"$4\" > input" - printf "%s\n" "echo -ne '$5' |$EVAL $2" + printf "%s\n" "echo -ne '$5' |$EVAL ${2@Q}" [ -n "$DIFF" ] && printf "%s\n" "$DIFF" fi