X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=8936173ee204c589fb299837586b4866722b2388;hb=df5e12f7d405b84de07c3f2dc1afe51b1d594e2c;hp=e2b106cb6a2337f873a7225670392b376f74c6e7;hpb=fdfb4cfadcfdfe4ebafd0545b5ebb661433ea66c;p=git.git diff --git a/t/test-lib.sh b/t/test-lib.sh index e2b106cb6..8936173ee 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -112,8 +112,9 @@ if test -n "$color"; then *) test -n "$quiet" && return;; esac shift - echo "* $*" + printf "* %s" "$*" tput sgr0 + echo ) } else