From: Jani Nikula <jani@nikula.org>
Date: Sun, 11 Sep 2016 15:42:25 +0000 (+0300)
Subject: test: silence the output of notmuch new mid-test
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a63e674b34ad8585f695da3a35d900a591d0dea4;p=notmuch.git

test: silence the output of notmuch new mid-test

Fix this during test run:

T470-missing-headers: Testing messages with missing headers
Added 2 new messages to the database.
---

diff --git a/test/T470-missing-headers.sh b/test/T470-missing-headers.sh
index e256c10a..256a885f 100755
--- a/test/T470-missing-headers.sh
+++ b/test/T470-missing-headers.sh
@@ -20,7 +20,7 @@ From: Notmuch Test Suite <test_suite@notmuchmail.org>
 Body
 EOF
 
-NOTMUCH_NEW
+NOTMUCH_NEW >/dev/null
 
 test_begin_subtest "Search: text"
 output=$(notmuch search '*' | notmuch_search_sanitize)