diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-12-19 11:27:39 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-12-21 09:35:20 -0400 |
| commit | b1de8e885d0cb150650f34acb074bcfdfd5c3840 (patch) | |
| tree | e475c27af59e30787af34f0d6546f1b4f89543de /test | |
| parent | 7cfa1c69610bcf15fb47868131d3d9102f899225 (diff) | |
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>
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T600-named-queries.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/T600-named-queries.sh b/test/T600-named-queries.sh index e38dc5bb..abaee3b7 100755 --- a/test/T600-named-queries.sh +++ b/test/T600-named-queries.sh @@ -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 |
