Code

Merge branch 'maint'
[git.git] / t / test-lib.sh
index e2b106cb6a2337f873a7225670392b376f74c6e7..fb8974112598fa46f0eefb8d84be9bcf9a1eee09 100644 (file)
@@ -112,8 +112,9 @@ if test -n "$color"; then
                        *) test -n "$quiet" && return;;
                esac
                shift
-               echo "* $*"
+               printf "* $*"
                tput sgr0
+               echo
                )
        }
 else