]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/test-lib.sh
test-lib: Fix say_color () not to interpret \a\b\c in the message
[thirdparty/git.git] / t / test-lib.sh
index c0d04c494ae5892b539eed13f9717db27d1ec860..280b3aa1f77400594c0886842c4bd295e0306804 100644 (file)
@@ -169,7 +169,7 @@ else
        say_color() {
                test -z "$1" && test -n "$quiet" && return
                shift
-               echo "$*"
+               printf "%s\n" "$*"
        }
 fi