mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
Disable mml-sec-tests on MacOS
* test/lisp/gnus/mml-sec-tests.el (test-conf): Disable tests on MacOS (bug#44259).
This commit is contained in:
parent
0cb44eed6c
commit
63b8f25b88
@ -38,7 +38,10 @@ Mostly, the empty passphrase is used. However, the keys for
|
||||
as S/MIME).")
|
||||
|
||||
(defun test-conf ()
|
||||
(ignore-errors (epg-find-configuration 'OpenPGP)))
|
||||
;; Emacs doesn't have support for finding the name of the PGP agent
|
||||
;; on MacOS, so disable the checks.
|
||||
(and (not (eq system-type 'darwin))
|
||||
(ignore-errors (epg-find-configuration 'OpenPGP))))
|
||||
|
||||
(defun enc-standards ()
|
||||
(if with-smime '(enc-pgp enc-pgp-mime enc-smime)
|
||||
|
Loading…
Reference in New Issue
Block a user