[PATCH] test: silence the output of notmuch new mid-test

Subject: [PATCH] test: silence the output of notmuch new mid-test

Date: Sun, 11 Sep 2016 18:42:25 +0300

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


Fix this during test run:

T470-missing-headers: Testing messages with missing headers
Added 2 new messages to the database.
---
 test/T470-missing-headers.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/T470-missing-headers.sh b/test/T470-missing-headers.sh
index e256c10ac47a..256a885f806a 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)
-- 
2.1.4


Thread: