X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fbasic;h=88704a17c6e930f04757d49f7bb08b894314fef8;hb=4813ee41d63e8bb6f699303be3123be12dfde3f5;hp=8e68ef8ac5fac8960725fc07aecdd26c0a324f63;hpb=265de5006f08a90371cc9caec0c0e6f702f42204;p=notmuch diff --git a/test/basic b/test/basic index 8e68ef8a..88704a17 100755 --- a/test/basic +++ b/test/basic @@ -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.*)" | sort) +available=$(ls -1 ../ | grep -v -E "^(aggregate-results.sh|Makefile|Makefile.local|notmuch-test|README|test-lib.sh|test-results|tmp.*|valgrind)" | sort) test_expect_equal "$tests_in_suite" "$available" ################################################################