mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
test: final named query test works regardless of Xapian FieldProcessor
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>
This commit is contained in:
parent
7cfa1c6961
commit
b1de8e885d
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue