[git] GPGME - branch, master, updated. gpgme-1.1.8-175-gc79d8ad

by Marcus Brinkmann cvs at cvs.gnupg.org
Fri May 6 02:42:02 CEST 2011


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  c79d8ad8189ff0a8c24547d4b0646247ca6f9a23 (commit)
      from  470899e3a713129d8db3979469c7f711dc9b04d4 (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 c79d8ad8189ff0a8c24547d4b0646247ca6f9a23
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Fri May 6 02:11:40 2011 +0200

    Make sure an existing agent doesn't interfere with test suite generation.

diff --git a/tests/ChangeLog b/tests/ChangeLog
index 47e502d..795e5a8 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-05  Marcus Brinkmann  <marcus at g10code.com>
+
+	* gpg/Makefile.am: Unset GPG_AGENT_INFO when setting up local
+	configuration.
+	(clean-local): Shut down local gpg-agent.
+
 2011-05-04  Marcus Brinkmann  <marcus at g10code.com>
 
 	* gpg/t-import.c (check_result): Complete secret key pair counting
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index 3ca00cf..bca36b0 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -53,12 +53,15 @@ t_thread1_LDADD = ../../src/libgpgme-pthread.la
 noinst_PROGRAMS = $(TESTS) t-genkey
 
 clean-local:
+	-gpg-connect-agent KILLAGENT /bye
 	-rm -fR private-keys-v1.d
 
 all-local: ./gpg.conf ./gpg-agent.conf ./pubring.gpg 
 
 export GNUPGHOME := $(abs_builddir)
 
+export GPG_AGENT_INFO := 
+
 ./pubring.gpg: $(srcdir)/pubdemo.asc
 	-$(GPG) --no-permission-warning \
                 --import $(srcdir)/pubdemo.asc

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

Summary of changes:
 tests/ChangeLog       |    6 ++++++
 tests/gpg/Makefile.am |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)


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




More information about the Gnupg-commits mailing list