diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/epg-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/epg-tests.el b/test/lisp/epg-tests.el index 0fe15017dd0..f2cc351d70b 100644 --- a/test/lisp/epg-tests.el +++ b/test/lisp/epg-tests.el | |||
| @@ -87,6 +87,8 @@ | |||
| 87 | (ert-deftest epg-decrypt-1 () | 87 | (ert-deftest epg-decrypt-1 () |
| 88 | (skip-unless (epg-tests-find-usable-gpg-configuration 'require-passphrase)) | 88 | (skip-unless (epg-tests-find-usable-gpg-configuration 'require-passphrase)) |
| 89 | (with-epg-tests (:require-passphrase t) | 89 | (with-epg-tests (:require-passphrase t) |
| 90 | (with-temp-file (expand-file-name "gpg.conf" epg-tests-home-directory) | ||
| 91 | (insert "ignore-mdc-error")) | ||
| 90 | (should (equal "test" | 92 | (should (equal "test" |
| 91 | (epg-decrypt-string epg-tests-context "\ | 93 | (epg-decrypt-string epg-tests-context "\ |
| 92 | -----BEGIN PGP MESSAGE----- | 94 | -----BEGIN PGP MESSAGE----- |