From c79d8ad8189ff0a8c24547d4b0646247ca6f9a23 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 6 May 2011 02:11:40 +0200 Subject: Make sure an existing agent doesn't interfere with test suite generation. --- tests/gpg/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/gpg') diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 3ca00cfc..bca36b0e 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 -- cgit v1.2.3