mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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.
This commit is contained in:
parent
a448879e49
commit
a63e674b34
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue