]> git.notmuchmail.org Git - notmuch/blobdiff - test/T080-search.sh
Merge tag '0.18.2_rc1'
[notmuch] / test / T080-search.sh
index 3f6b565fe622b753cd18e7fed72fdea713e61154..05027fb0fee0bfbc7b1548421220e860bef1144d 100755 (executable)
@@ -170,14 +170,12 @@ EOF
 notmuch new > /dev/null
 
 test_begin_subtest "headers do not have adjacent term positions"
-test_subtest_known_broken
 # Regression test for a bug where term positions for non-prefixed
 # terms weren't updated
 output=$(notmuch search id:termpos and '"com dest"')
 test_expect_equal "$output" ""
 
 test_begin_subtest "parts have non-overlapping term positions"
-test_subtest_known_broken
 output=$(notmuch search id:termpos and '"a y c"')
 test_expect_equal "$output" ""