]> git.notmuchmail.org Git - notmuch/blobdiff - test/T650-regexp-query.sh
lib: use phrase search for anything not ending in '*'
[notmuch] / test / T650-regexp-query.sh
index e792decf4e1657c08edb45a4d6bbea3b2d2c132d..92334ba0d78f1e8ed789672d8535de7c602f3f99 100755 (executable)
@@ -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