summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2017-12-28 19:16:20 +0100
committerJoel Rosdahl <joel@rosdahl.net>2017-12-28 19:16:20 +0100
commit689b39baab610d4cd0c7108a7905e760e4f046f9 (patch)
tree996e396dc118d133455543c4d9d1e297cebbc2e7
parent3c551395b307e63cd663099c8cf0eef8137efbf2 (diff)
downloadccache-689b39baab610d4cd0c7108a7905e760e4f046f9.tar.gz
test: Fix verbose printing of test case name with space
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
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