Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ph/maint-submodule-status-fix'
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 514282cbdfde7e661dcf17c0e1388c3c03a8d287..489bc80fc1b1ba4066a1fd5ad6d2024d67160ba7 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-230,7
+230,7
@@
else
say_color() {
test -z "$1" && test -n "$quiet" && return
shift
-
echo
"$*"
+
printf "%s\n"
"$*"
}
fi