Update a package test for hydra
* test/lisp/emacs-lisp/package-tests.el (with-package-test): Also bind package-gnupghome-dir, see eg http://hydra.nixos.org/build/51462182 .
This commit is contained in:
parent
ea6c880aa6
commit
449bc49c76
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@
|
|||
(process-environment (cons (format "HOME=%s" package-test-user-dir)
|
||||
process-environment))
|
||||
(package-user-dir package-test-user-dir)
|
||||
(package-gnupghome-dir (expand-file-name "gnupg" package-user-dir))
|
||||
(package-archives `(("gnu" . ,(or ,location package-test-data-dir))))
|
||||
(default-directory package-test-file-dir)
|
||||
abbreviated-home-dir
|
||||
|
|
Loading…
Add table
Reference in a new issue