]> git.notmuchmail.org Git - notmuch/commit
test: Add trailing newline to error messages
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 14 Nov 2010 21:54:29 +0000 (22:54 +0100)
committerCarl Worth <cworth@cworth.org>
Tue, 16 Nov 2010 19:28:06 +0000 (11:28 -0800)
commitc8d51e2912bf732b334eef4847d92768c7c69eb8
tree6ded72df53d78699127a2535042f25238f5220ca
parentac9dbb47de734afb0ddd4d0b2eb8f5027b1a7f60
test: Add trailing newline to error messages

The newline was removed from say_color in commit 222926ab to allow
printing test status in the beginning of the line. Error messages are
never followed by other text so we add the newline to error function.
test/test-lib.sh