diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-10-11 10:40:36 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-11 10:40:36 -0700 |
commit | 7bc0911d037f0a144d8c227f58693da0c9c77b2a (patch) | |
tree | ae96192e89c8cda657cb4c76220346f06e6e3589 /contrib/ciabot | |
parent | Git 1.7.9.7 (diff) | |
download | tgif-7bc0911d037f0a144d8c227f58693da0c9c77b2a.tar.xz |
test-lib: Fix say_color () not to interpret \a\b\c in the message
When running with color disabled (e.g. under prove to produce TAP
output), say_color() helper function is defined to use echo to show
the message. With a message that ends with "\c", echo is allowed to
interpret it as "Do not end the line with LF".
Use printf "%s\n" to emit the message literally.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/ciabot')
0 files changed, 0 insertions, 0 deletions