]> git.notmuchmail.org Git - notmuch/blobdiff - test/T210-raw.sh
test: use $(dirname "$0") for sourcing test-lib.sh
[notmuch] / test / T210-raw.sh
index dfea2d19caa93fece9fdbd3dc0ba0fbefd94c828..99fdef72e634fad35e91801e2f292a749c615c76 100755 (executable)
@@ -1,14 +1,14 @@
 #!/usr/bin/env bash
 
 test_description='notmuch show --format=raw'
-. ./test-lib.sh || exit 1
+. $(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)