]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: Add trailing newline to error messages
[notmuch] / test / test-lib.sh
index 68c9cf8a499e105f17112b3064c249665570c53a..dce9077d44fad37ef7d10be2ddc231500bedb3fc 100644 (file)
@@ -144,7 +144,7 @@ else
 fi
 
 error () {
-       say_color error "error: $*"
+       say_color error "error: $*\n"
        GIT_EXIT_OK=t
        exit 1
 }