X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT210-raw.sh;h=99fdef72e634fad35e91801e2f292a749c615c76;hb=c5356b9ed56e42d36ca18206155b62c94cfbd79d;hp=daf5735cd6da3fd8b3ea870e517eee0739d31ca6;hpb=a755c9d6a9099366cc82ba3a4bee8e6d2b83d529;p=notmuch diff --git a/test/T210-raw.sh b/test/T210-raw.sh index daf5735c..99fdef72 100755 --- a/test/T210-raw.sh +++ b/test/T210-raw.sh @@ -1,14 +1,14 @@ #!/usr/bin/env bash test_description='notmuch show --format=raw' -. ./test-lib.sh +. $(dirname "$0")/test-lib.sh || exit 1 add_message add_message test_begin_subtest "Attempt to show multiple raw messages" output=$(notmuch show --format=raw "*" 2>&1) -test_expect_equal "$output" "Error: search term did not match precisely one message." +test_expect_equal "$output" "Error: search term did not match precisely one message (matched 2 messages)." test_begin_subtest "Show a raw message" output=$(notmuch show --format=raw id:msg-001@notmuch-test-suite | notmuch_date_sanitize)