Make sure an existing agent doesn't interfere with test suite generation.
This commit is contained in:
parent
470899e3a7
commit
c79d8ad818
@ -1,3 +1,9 @@
|
||||
2011-05-05 Marcus Brinkmann <marcus@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@g10code.com>
|
||||
|
||||
* gpg/t-import.c (check_result): Complete secret key pair counting
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user