emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 218ae59: * test/automated/package-test.el (packag


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 218ae59: * test/automated/package-test.el (package-test-signed): Tweak skip
Date: Tue, 15 Mar 2016 20:24:33 +0000

branch: emacs-25
commit 218ae59019204311101b1d6f79c86f8815b3a65b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/automated/package-test.el (package-test-signed): Tweak skip
    condition, for hydra.
---
 test/automated/package-test.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/automated/package-test.el b/test/automated/package-test.el
index e10946e..5580645 100644
--- a/test/automated/package-test.el
+++ b/test/automated/package-test.el
@@ -466,7 +466,7 @@ Must called from within a `tar-mode' buffer."
                              (cons (format "HOME=%s" homedir)
                                    process-environment)))
                         (epg-check-configuration (epg-configuration))
-                        t)
+                        (epg-find-configuration 'OpenPGP))
                     (delete-directory homedir t)))))
   (let* ((keyring (expand-file-name "key.pub" package-test-data-dir))
         (package-test-data-dir



reply via email to

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