diff options
Diffstat (limited to 't/test-lib.sh')
-rw-r--r-- | t/test-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index 35698361ba..689ac2f4b4 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -112,7 +112,7 @@ if test -n "$color"; then *) test -n "$quiet" && return;; esac shift - printf "* $*" + printf "* %s" "$*" tput sgr0 echo ) |