From: Jani Nikula Date: Sun, 11 Sep 2016 15:42:25 +0000 (+0300) Subject: test: silence the output of notmuch new mid-test X-Git-Tag: 0.23_rc0~21 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a63e674b34ad8585f695da3a35d900a591d0dea4 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 Body EOF -NOTMUCH_NEW +NOTMUCH_NEW >/dev/null test_begin_subtest "Search: text" output=$(notmuch search '*' | notmuch_search_sanitize)