mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +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
|
Body
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
NOTMUCH_NEW
|
NOTMUCH_NEW >/dev/null
|
||||||
|
|
||||||
test_begin_subtest "Search: text"
|
test_begin_subtest "Search: text"
|
||||||
output=$(notmuch search '*' | notmuch_search_sanitize)
|
output=$(notmuch search '*' | notmuch_search_sanitize)
|
||||||
|
|
Loading…
Add table
Reference in a new issue