]> git.cworth.org Git - notmuch/blobdiff - test/T050-new.sh
test: add known broken test for indexing an In-Reply-To loop.
[notmuch] / test / T050-new.sh
index cd5223643725efa2170880c50e7e8fd1d6465c6e..b98549781d5302ec04d204fde1d2c24d36017ec7 100755 (executable)
@@ -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