aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-06-03 14:47:37 -0300
committerDavid Bremner <david@tethera.net>2017-07-05 07:13:02 -0300
commit71f04b9a67332782cd021cfe9923fc046c29c3ad (patch)
treedf99824d06bddc9164f1f6b538926b0756001301 /test
parentf7dd69d4c6d3c248f0f74a3ff997f91be79c1fd8 (diff)
test: mark test as broken in gmime 3.0
Currently I'm not sure what the intent of this test is, so it's not clear if the new answer is better or worse than the old one.
Diffstat (limited to 'test')
-rwxr-xr-xtest/T310-emacs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/T310-emacs.sh b/test/T310-emacs.sh
index 8a881941..c8a25de2 100755
--- a/test/T310-emacs.sh
+++ b/test/T310-emacs.sh
@@ -86,6 +86,7 @@ test_emacs "(let ((notmuch-show-indent-messages-width 4))
test_expect_equal_file $EXPECTED/notmuch-show-thread-maildir-storage-with-fourfold-indentation OUTPUT
test_begin_subtest "notmuch-show for message with invalid From"
+test_subtest_broken_gmime_3
add_message "[subject]=\"message-with-invalid-from\"" \
"[from]=\"\\\"Invalid \\\" From\\\" <test_suite@notmuchmail.org>\""
thread=$(notmuch search --output=threads subject:message-with-invalid-from)