aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-09-30 13:27:55 -0300
committerDavid Bremner <david@tethera.net>2019-03-28 14:34:37 -0300
commitd25dcc589ce4c1a87d698c6aef1ce3e38e4a50bb (patch)
treed668d987dad7d41f91b1b1507d80fbaef4b18e50 /test
parent168211c5632189c53415d25530b759ad3678c92c (diff)
lib: use phrase search for anything not ending in '*'
Anything that does not look like a wildcard should be safe to quote. This should fix the problem searching for xapian keywords.
Diffstat (limited to 'test')
-rwxr-xr-xtest/T650-regexp-query.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/T650-regexp-query.sh b/test/T650-regexp-query.sh
index e792decf..92334ba0 100755
--- a/test/T650-regexp-query.sh
+++ b/test/T650-regexp-query.sh
@@ -81,12 +81,10 @@ add_message '[from]="and"' '[subject]="and-and-and"'
printf "id:$gen_msg_id\n" > EXPECTED
test_begin_subtest "quoted xapian keyword search for from:"
-test_subtest_known_broken
notmuch search --output=messages 'from:"and"' > OUTPUT
test_expect_equal_file EXPECTED OUTPUT
test_begin_subtest "quoted xapian keyword search for subject:"
-test_subtest_known_broken
notmuch search --output=messages 'subject:"and-and-and"' > OUTPUT
test_expect_equal_file EXPECTED OUTPUT