]> git.notmuchmail.org Git - notmuch/blobdiff - test/raw
test: add sanity check for dump --format=batch-tag.
[notmuch] / test / raw
index 0171e641efd624917a4f55fed4c9d39581384bfa..de0b8677943f325afe2601e16b9458b416794d4f 100755 (executable)
--- a/test/raw
+++ b/test/raw
@@ -3,11 +3,8 @@
 test_description='notmuch show --format=raw'
 . ./test-lib.sh
 
-test_begin_subtest "Generate some messages"
-generate_message
-generate_message
-output=$(NOTMUCH_NEW)
-test_expect_equal "$output" "Added 2 new messages to the database."
+add_message
+add_message
 
 test_begin_subtest "Attempt to show multiple raw messages"
 output=$(notmuch show --format=raw "*" 2>&1)