]> git.notmuchmail.org Git - notmuch/blobdiff - test/T650-regexp-query.sh
lib: only trigger phrase processing for regexp fields when needed
[notmuch] / test / T650-regexp-query.sh
index 1db6a76b98a8dd03b4c118b3b05e84834d5e1089..61739e873eb214364f0f3b60748fa30279580787 100755 (executable)
@@ -12,12 +12,10 @@ fi
 notmuch search --output=messages from:cworth > cworth.msg-ids
 
 test_begin_subtest "xapian wildcard search for from:"
-test_subtest_known_broken
 notmuch search --output=messages 'from:cwo*' > OUTPUT
 test_expect_equal_file cworth.msg-ids OUTPUT
 
 test_begin_subtest "xapian wildcard search for subject:"
-test_subtest_known_broken
 test_expect_equal $(notmuch count 'subject:count*') 1
 
 test_begin_subtest "regexp from search, case sensitive"