From 5497b01c27ed217bc351d9995e0f46c3d6ff2442 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 20 Sep 2010 16:40:35 -0700 Subject: test: Fix the search and dump-restore tests to operator on non-empty mail store. We do this with a new add_email_corpus function that establishes a mail store with 50 messages from the notmuch mailing list. --- test/dump-restore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/dump-restore') diff --git a/test/dump-restore b/test/dump-restore index 466f363..0d78f01 100755 --- a/test/dump-restore +++ b/test/dump-restore @@ -2,6 +2,8 @@ test_description="\"notmuch dump\" and \"notmuch restore\"" . ./test-lib.sh +add_email_corpus + test_expect_success "Dumping all tags" "generate_message && notmuch new && notmuch dump dump.expected" -- cgit v1.2.3