[git] GnuPG - branch, master, updated. gnupg-2.1.14-67-ga6acf1f

by Justus Winter cvs at cvs.gnupg.org
Wed Aug 10 17:58:24 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  a6acf1f6b39c5a607f61f643a5d21309ba58685d (commit)
      from  5b59999ce0dd1650ebe47a74a30ded6af00eeed3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a6acf1f6b39c5a607f61f643a5d21309ba58685d
Author: Justus Winter <justus at g10code.com>
Date:   Wed Aug 10 17:57:32 2016 +0200

    tests: Fix distcheck.
    
    * tests/openpgp/issue2417.scm: Copy configuration.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/openpgp/issue2417.scm b/tests/openpgp/issue2417.scm
index 32840f2..9079323 100755
--- a/tests/openpgp/issue2417.scm
+++ b/tests/openpgp/issue2417.scm
@@ -19,6 +19,8 @@
 
 (load (with-path "defs.scm"))
 
+(define old-home (getenv "GNUPGHOME"))
+
 (define (touch file-name)
   (close (open file-name (logior O_WRONLY O_BINARY O_CREAT) #o600)))
 
@@ -32,6 +34,8 @@
   (pipe:write-to keyfile (logior O_WRONLY O_BINARY O_CREAT) #o600))
 
  (with-temporary-working-directory
+  (file-copy (path-join old-home "gpg.conf") "gpg.conf")
+  (file-copy (path-join old-home "gpg-agent.conf") "gpg-agent.conf")
   (setenv "GNUPGHOME" "." #t)
   (touch "trustdb.gpg")
   (touch "pubring.gpg")

-----------------------------------------------------------------------

Summary of changes:
 tests/openpgp/issue2417.scm | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list