X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT450-emacs-show.sh;h=5d4df44367c2208ec6ba0b349cd4c153ff91f76f;hp=3555a9390d703b2b8aaca6a519f653afd8414e4a;hb=e1c8357c441d4e70fb28838dead5a490f4663b87;hpb=eeff4319960d88e60c202dac4047913262d67d85 diff --git a/test/T450-emacs-show.sh b/test/T450-emacs-show.sh index 3555a939..5d4df443 100755 --- a/test/T450-emacs-show.sh +++ b/test/T450-emacs-show.sh @@ -208,4 +208,19 @@ test_emacs '(notmuch-show "id:'$gen_msg_id'") output=$(head -1 OUTPUT.raw|cut -f1-4 -d' ') test_expect_equal "$output" "Notmuch Test Suite " + +# switching to the crypto corpus, using gpg from here on: +add_gnupg_home +add_email_corpus crypto + +test_begin_subtest "show decrypted message" +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 undecryptable message" +test_emacs '(notmuch-show "id:simple-encrypted@crypto.notmuchmail.org") + (test-visible-output)' +test_expect_equal_file $EXPECTED/notmuch-show-undecryptable-message OUTPUT + test_done