X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT470-missing-headers.sh;h=256a885f806a060fbf605a49ebbea6b7b669a7a3;hb=1c3a8e0898be614b5183f0ae626386f7746e7e07;hp=cb38301c255a1d0b8dd661636499930862fd5b7f;hpb=957fc2e1a7d00636c7eaaf487edae65e7a63dc8f;p=notmuch diff --git a/test/T470-missing-headers.sh b/test/T470-missing-headers.sh index cb38301c..256a885f 100755 --- a/test/T470-missing-headers.sh +++ b/test/T470-missing-headers.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash test_description='messages with missing headers' -. ./test-lib.sh +. ./test-lib.sh || exit 1 # Notmuch requires at least one of from, subject, or to or it will # ignore the file. Generate two messages so that together they cover @@ -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)