]> git.notmuchmail.org Git - notmuch/blobdiff - test/basic
test: Fix the search and dump-restore tests to operator on non-empty mail store.
[notmuch] / test / basic
index dada2824bc40b2a7027c9a9502230c50d4606e4d..fd89e9e415677fe064f66aa70b40453c36243fe9 100755 (executable)
@@ -52,7 +52,7 @@ test_expect_code 2 'failure to clean up causes the test to fail' '
 # Ensure that all tests are being run
 test_begin_subtest 'Ensure that all available tests will be run by notmuch-test'
 tests_in_suite=$(grep TESTS= ../notmuch-test | sed -e "s/TESTS=\"\(.*\)\"/\1/" | tr " " "\n" | sort)
-available=$(ls -1 ../ | grep -v -E "^(aggregate-results.sh|Makefile|Makefile.local|notmuch-test|README|test-lib.sh|test-results|tmp.*|valgrind)" | sort)
+available=$(ls -1 ../ | grep -v -E "^(aggregate-results.sh|Makefile|Makefile.local|notmuch-test|README|test-lib.sh|test-results|tmp.*|valgrind|corpus*)" | sort)
 test_expect_equal "$tests_in_suite" "$available"
 
 ################################################################