]> git.notmuchmail.org Git - notmuch/blobdiff - test/emacs-show
emacs: only strip "re:" in the beginning of subject
[notmuch] / test / emacs-show
index 1ddb28eb2d1ba47644c4a870ff21a4aa33d51d92..e9a714fa228720901a90b3b83d60fd33c9be6095 100755 (executable)
@@ -33,7 +33,6 @@ output=$(test_emacs '(notmuch-show-strip-re "re:Re: re:  Re:  re:subject")')
 test_expect_equal "$output" '"subject"'
 
 test_begin_subtest "Bare subject #3"
-test_subtest_known_broken
 output=$(test_emacs '(notmuch-show-strip-re "the cure: fix the regexp")')
 test_expect_equal "$output" '"the cure: fix the regexp"'