diff options
-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 abd924d9..f0450bd9 100644 --- a/scripts/runtest.sh +++ b/scripts/runtest.sh @@ -150,7 +150,7 @@ testcmd() X="$1" [ -z "$X" ] && X="$CMDNAME $2" - testing "$X" "$C $2" "$3" "$4" "$5" + testing "$X" "\"$C\" $2" "$3" "$4" "$5" } # Recursively grab an executable and all the libraries needed to run it. |