]> git.notmuchmail.org Git - notmuch/commitdiff
test: final named query test works regardless of Xapian FieldProcessor
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 19 Dec 2017 16:27:39 +0000 (11:27 -0500)
committerDavid Bremner <david@tethera.net>
Thu, 21 Dec 2017 13:35:20 +0000 (09:35 -0400)
This test passes with older versions of Xapian as well, because
neither query returns any results.

This should resolve the travis build failure at
https://travis-ci.org/notmuch/notmuch/builds/318571658

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
test/T600-named-queries.sh

index e38dc5bb653b165a41e363efbe512f53ff46229d..abaee3b7ca4c7d7165d1bf42df806694ab56156d 100755 (executable)
@@ -69,9 +69,6 @@ test_expect_equal_file EXPECTED OUTPUT
 test_begin_subtest "search nested named query"
 notmuch search query:test2 > OUTPUT
 notmuch search $QUERYSTR2 > EXPECTED
-if [ $NOTMUCH_HAVE_XAPIAN_FIELD_PROCESSOR -ne 1 ]; then
-    test_subtest_known_broken
-fi
 test_expect_equal_file EXPECTED OUTPUT
 
 test_done