From: Joel Rosdahl Date: Thu, 28 Dec 2017 18:16:20 +0000 (+0100) Subject: test: Fix verbose printing of test case name with space X-Git-Tag: v3.3.5~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689b39baab610d4cd0c7108a7905e760e4f046f9;p=thirdparty%2Fccache.git test: Fix verbose printing of test case name with space --- diff --git a/test.sh b/test.sh index ce4f9760d..53f68b826 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