aboutsummaryrefslogtreecommitdiff
path: root/test/T050-new.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-04-13 22:08:05 -0300
committerDavid Bremner <david@tethera.net>2018-04-20 11:23:31 -0300
commit9293d6da27494d7b607c945c6678bc890749b94f (patch)
tree8909a7c1a43086075ce1c77b99fc13a26ce73920 /test/T050-new.sh
parentab55ca8e0a84b8e00e42860fa0025c1ae86b4478 (diff)
lib: break reference loop by choosing arbitrary top level msg
Other parts of notmuch (e.g. notmuch show) expect each thread to contain at least one top level message, and crash if this expectation is not met.
Diffstat (limited to 'test/T050-new.sh')
-rwxr-xr-xtest/T050-new.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T050-new.sh b/test/T050-new.sh
index b9854978..f3bfe7b1 100755
--- a/test/T050-new.sh
+++ b/test/T050-new.sh
@@ -356,7 +356,6 @@ test_expect_equal_file EXPECTED OUTPUT
add_email_corpus broken
test_begin_subtest "reference loop does not crash"
-test_subtest_known_broken
test_expect_code 0 "notmuch show --format=json id:mid-loop-12@example.org id:mid-loop-21@example.org > OUTPUT"
test_done