diff options
| -rw-r--r-- | test/lisp/gnus/mml-sec-tests.el | 3 |
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." | |||
| 883 | (equal (cdr (assq 'comm atts)) "gpg-agent") | 883 | (equal (cdr (assq 'comm atts)) "gpg-agent") |
| 884 | (string-match | 884 | (string-match |
| 885 | (concat "homedir.*" | 885 | (concat "homedir.*" |
| 886 | (regexp-quote (ert-resource-directory))) | 886 | (regexp-quote (directory-file-name |
| 887 | (ert-resource-directory)))) | ||
| 887 | (cdr (assq 'args atts)))) | 888 | (cdr (assq 'args atts)))) |
| 888 | (call-process "kill" nil nil nil (format "%d" pid)))))) | 889 | (call-process "kill" nil nil nil (format "%d" pid)))))) |
| 889 | 890 | ||