mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test/emacs: mark one test as fixed in newer emacs.
The remaining problem in this test is fixed upstream in Emacs 28. While most people are using earlier versions of emacs, the test still provides some documentation of a known bug.
This commit is contained in:
parent
f17d75b83c
commit
57f29f4cb1
1 changed files with 3 additions and 1 deletions
|
@ -220,7 +220,9 @@ test_emacs '(notmuch-show "id:basic-encrypted@crypto.notmuchmail.org")
|
|||
test_expect_equal_file $EXPECTED/notmuch-show-decrypted-message OUTPUT
|
||||
|
||||
test_begin_subtest "show encrypted rfc822 message"
|
||||
test_subtest_known_broken
|
||||
if ${TEST_EMACS} --quick --batch --eval '(kill-emacs (if (version< emacs-version "28") 0 1))'; then
|
||||
test_subtest_known_broken
|
||||
fi
|
||||
test_emacs '(notmuch-show "id:encrypted-rfc822-attachment@crypto.notmuchmail.org")
|
||||
(test-visible-output)'
|
||||
test_expect_code 1 'fgrep "!!!" OUTPUT'
|
||||
|
|
Loading…
Reference in a new issue