From 689b39baab610d4cd0c7108a7905e760e4f046f9 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 28 Dec 2017 19:16:20 +0100 Subject: test: Fix verbose printing of test case name with space --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index ce4f9760..53f68b82 100755 --- a/test.sh +++ b/test.sh @@ -218,7 +218,7 @@ TEST() { CCACHE_COMPILE="$CCACHE $COMPILER" if $VERBOSE; then - printf "\n %s" $CURRENT_TEST + printf "\n %s" "$CURRENT_TEST" else printf . fi -- cgit v1.2.1