aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2012-06-05 18:42:51 +0300
committerGravatar David Bremner <bremner@debian.org>2012-06-07 23:28:17 -0300
commit0ff57e75cf5847d2cbef97a49badb4cccc618300 (patch)
treeddbf635879b304abadaa276ba32522c26315cf8f /test
parent627f7b27f9756287795343cbb8a3137f74efccf9 (diff)
emacs: only strip "re:" in the beginning of subject
Fix notmuch-show-strip-re by matching "re:" only in the beginning of the input string.
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-show1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/emacs-show b/test/emacs-show
index 1ddb28eb..e9a714fa 100755
--- a/test/emacs-show
+++ b/test/emacs-show
@@ -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"'