summaryrefslogtreecommitdiff
path: root/test/lisp/gnus/mml-sec-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/gnus/mml-sec-tests.el')
-rw-r--r--test/lisp/gnus/mml-sec-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/gnus/mml-sec-tests.el b/test/lisp/gnus/mml-sec-tests.el
index a6002b4d51e..20d8e03c385 100644
--- a/test/lisp/gnus/mml-sec-tests.el
+++ b/test/lisp/gnus/mml-sec-tests.el
@@ -883,7 +883,8 @@ So the second decryption fails."
(equal (cdr (assq 'comm atts)) "gpg-agent")
(string-match
(concat "homedir.*"
- (regexp-quote (ert-resource-directory)))
+ (regexp-quote (directory-file-name
+ (ert-resource-directory))))
(cdr (assq 'args atts))))
(call-process "kill" nil nil nil (format "%d" pid))))))