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 69c3838f0ae..68350273681 100644 --- a/test/lisp/epg-tests.el +++ b/test/lisp/epg-tests.el | |||
| @@ -108,6 +108,8 @@ | |||
| 108 | 108 | ||
| 109 | (ert-deftest epg-decrypt-1 () | 109 | (ert-deftest epg-decrypt-1 () |
| 110 | (with-epg-tests (:require-passphrase t) | 110 | (with-epg-tests (:require-passphrase t) |
| 111 | (with-temp-file (expand-file-name "gpg.conf" epg-tests-home-directory) | ||
| 112 | (insert "ignore-mdc-error")) | ||
| 111 | (should (equal "test" | 113 | (should (equal "test" |
| 112 | (epg-decrypt-string epg-tests-context "\ | 114 | (epg-decrypt-string epg-tests-context "\ |
| 113 | -----BEGIN PGP MESSAGE----- | 115 | -----BEGIN PGP MESSAGE----- |