X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT450-emacs-show.sh;fp=test%2FT450-emacs-show.sh;h=5bb5b201a53faa1d0c11fbaa0319b3a085b2b0b6;hp=a750cc4dd6984173a25e3e7351e3d45ae733ee24;hb=06b536dae09fea5e956db9e13169f7cdf9bdb3ba;hpb=e1c56f49deb71a9a1b419331a5df38ce3cb4fb4a diff --git a/test/T450-emacs-show.sh b/test/T450-emacs-show.sh index a750cc4d..5bb5b201 100755 --- a/test/T450-emacs-show.sh +++ b/test/T450-emacs-show.sh @@ -219,6 +219,12 @@ test_emacs '(notmuch-show "id:basic-encrypted@crypto.notmuchmail.org") (test-visible-output)' test_expect_equal_file $EXPECTED/notmuch-show-decrypted-message OUTPUT +test_begin_subtest "show encrypted rfc822 message" +test_subtest_known_broken +test_emacs '(notmuch-show "id:encrypted-rfc822-attachment@crypto.notmuchmail.org") + (test-visible-output)' +test_expect_code 1 'fgrep "!!!" OUTPUT' + test_begin_subtest "show undecryptable message" test_emacs '(notmuch-show "id:simple-encrypted@crypto.notmuchmail.org") (test-visible-output)'