emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a63855c: Kill the scdaemon after doing the mml-sec tests


From: Lars Ingebrigtsen
Subject: master a63855c: Kill the scdaemon after doing the mml-sec tests
Date: Fri, 25 Dec 2020 21:59:46 -0500 (EST)

branch: master
commit a63855cd21aefee993b622241993043a31894c0c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Kill the scdaemon after doing the mml-sec tests
    
    * test/lisp/gnus/mml-sec-tests.el (mml-sec-test--kill-gpg-agent):
    Kill the scdaemon, too (bug#43358).
---
 test/lisp/gnus/mml-sec-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/gnus/mml-sec-tests.el b/test/lisp/gnus/mml-sec-tests.el
index a144e2e..e3a8c81 100644
--- a/test/lisp/gnus/mml-sec-tests.el
+++ b/test/lisp/gnus/mml-sec-tests.el
@@ -884,7 +884,8 @@ So the second decryption fails."
   (dolist (pid (list-system-processes))
     (let ((atts (process-attributes pid)))
       (when (and (equal (cdr (assq 'user atts)) (user-login-name))
-                 (equal (cdr (assq 'comm atts)) "gpg-agent")
+                 (or (equal (cdr (assq 'comm atts)) "gpg-agent")
+                    (equal (cdr (assq 'comm atts)) "scdaemon"))
                  (string-match
                   (concat "homedir.*"
                           (regexp-quote (directory-file-name



reply via email to

[Prev in Thread] Current Thread [Next in Thread]