]> git.notmuchmail.org Git - notmuch/commitdiff
test: Fix false failure from the "available tests" test.
authorCarl Worth <cworth@cworth.org>
Sat, 23 Oct 2010 01:00:17 +0000 (18:00 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 23 Oct 2010 01:03:39 +0000 (18:03 -0700)
We recently added a new sub-directory below test, so we have to
blacklist it explicitly in this test.

test/basic

index fd89e9e415677fe064f66aa70b40453c36243fe9..9cdee5632b538121441c5bd74fa7797203ed73de 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)
 # 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|corpus*)" | sort)
+available=$(ls -1 ../ | grep -v -E "^(aggregate-results.sh|Makefile|Makefile.local|notmuch-test|README|test-lib.sh|test-results|tmp.*|valgrind|corpus*|emacs.expected-output)" | sort)
 test_expect_equal "$tests_in_suite" "$available"
 
 ################################################################
 test_expect_equal "$tests_in_suite" "$available"
 
 ################################################################