]> git.notmuchmail.org Git - notmuch/blobdiff - test/T351-pgpmime-mangling.sh
cli/{show,reply}: use repaired form of "Mixed Up" mangled messages
[notmuch] / test / T351-pgpmime-mangling.sh
index 4555f9375bac3aac8f7204bd4f1846f268849094..71a68c05acbc5f2b2922637b1886e71a37201547 100755 (executable)
@@ -9,13 +9,11 @@ add_email_corpus mangling
 bodytext='["body"][0]["content"][1]["content"]="The password is \"abcd1234!\", please do not tell anyone.\n"'
 
 test_begin_subtest "show 'Mixed-Up' mangled PGP/MIME message correctly"
-test_subtest_known_broken
 output=$(notmuch show --format=json --decrypt=true id:mixed-up@mangling.notmuchmail.org)
 test_json_nodes <<<"$output" \
                 'body:[0][0][0]'"$bodytext"
 
 test_begin_subtest "reply to 'Mixed-Up' mangled PGP/MIME message correctly"
-test_subtest_known_broken
 output=$(notmuch reply --format=json --decrypt=true id:mixed-up@mangling.notmuchmail.org)
 test_json_nodes <<<"$output" \
                 'body:["original"]'"$bodytext"