[git] GPGME - branch, master, updated. gpgme-1.8.0-106-g392e51d

by Justus Winter cvs at cvs.gnupg.org
Mon Mar 20 17:09:32 CET 2017


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 "GnuPG Made Easy".

The branch, master has been updated
       via  392e51dd1181d035c19918222da65d08fdb2ee6d (commit)
      from  57e64d019d993fdeb4323def5352f8ecc98c6fd9 (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 392e51dd1181d035c19918222da65d08fdb2ee6d
Author: Justus Winter <justus at g10code.com>
Date:   Mon Mar 20 17:07:31 2017 +0100

    tests: Fix distcheck.
    
    * tests/start-stop-agent: Do not create 'gpg-agent.conf' if it does
    not exist.
    
    Fixes-commit: 16b202d9999591b71fb8bb49f6db10ef96d4cbe8
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/start-stop-agent b/tests/start-stop-agent
index 457f70d..3ce6f22 100755
--- a/tests/start-stop-agent
+++ b/tests/start-stop-agent
@@ -42,7 +42,8 @@ echo "starting gpg-agent.." >&2
 # loopback entry to work.  Old versions do not understand this though,
 # so we need to be careful.
 if "$GPG_AGENT" --gpgconf-test --allow-loopback-pinentry &&
-   ! grep -q allow-loopback-pinentry "$GNUPGHOME/gpg-agent.conf"; then
+      test -f "$GNUPGHOME/gpg-agent.conf" &&
+      ! grep -q allow-loopback-pinentry "$GNUPGHOME/gpg-agent.conf"; then
     echo allow-loopback-pinentry >> "$GNUPGHOME/gpg-agent.conf"
 fi
 

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

Summary of changes:
 tests/start-stop-agent | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list