aboutsummaryrefslogtreecommitdiff
path: root/test/T050-new.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-03-20 18:22:35 -0300
committerDavid Bremner <david@tethera.net>2018-04-20 11:23:31 -0300
commitab55ca8e0a84b8e00e42860fa0025c1ae86b4478 (patch)
tree6012088d236b6f7424eef1e76fbe318d9aacef09 /test/T050-new.sh
parent044cbd920c6c68e741f1fb261c2710a0afb1ebad (diff)
test: add known broken test for indexing an In-Reply-To loop.
This documents the bug discussed in id:87d10042pu.fsf@curie.anarc.at
Diffstat (limited to 'test/T050-new.sh')
-rwxr-xr-xtest/T050-new.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/T050-new.sh b/test/T050-new.sh
index cd522364..b9854978 100755
--- a/test/T050-new.sh
+++ b/test/T050-new.sh
@@ -354,4 +354,9 @@ exit status: 75
EOF
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