]> git.notmuchmail.org Git - notmuch/blobdiff - test/search
test: Fix the search and dump-restore tests to operator on non-empty mail store.
[notmuch] / test / search
index 32799c40eb9737a89d0798a7b898e97dd024bc97..91325552995ccb8100e968e6bf0272cacf4be162 100755 (executable)
@@ -2,6 +2,8 @@
 test_description='"notmuch search" in several variations'
 . ./test-lib.sh
 
+add_email_corpus
+
 test_begin_subtest "Search body"
 add_message '[subject]="body search"' '[date]="Sat, 01 Jan 2000 12:00:00 -0000"' [body]=bodysearchtest
 output=$(notmuch search bodysearchtest | notmuch_search_sanitize)