Merge branch 'jc/test-say-color-avoid-echo-escape'
Recent nd/wildmatch series was the first to reveal this ancient bug in the test scaffolding. * jc/test-say-color-avoid-echo-escape: test-lib: Fix say_color () not to interpret \a\b\c in the messagemaint
commit
4cd31a6320
|
@ -230,7 +230,7 @@ else
|
|||
say_color() {
|
||||
test -z "$1" && test -n "$quiet" && return
|
||||
shift
|
||||
echo "$*"
|
||||
printf "%s\n" "$*"
|
||||
}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue