* Makefile.am: Reset GPG_AGENT_INFO here

* runtest: and not anymore here.
This commit is contained in:
Werner Koch 2004-02-20 13:46:35 +00:00
parent aa0e38982a
commit c4663004d9
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-02-20 Werner Koch <wk@gnupg.org>
* Makefile.am: Reset GPG_AGENT_INFO here
* runtest: and not anymore here.
2002-12-04 Werner Koch <wk@gnupg.org>
* inittests (gpgsm.conf): Fake system time.

View File

@ -21,8 +21,7 @@
GPGSM = ../sm/gpgsm
# We can't unset a variable here so we unset GPG_AGENT_INFO in runtest
TESTS_ENVIRONMENT = GNUPGHOME=`pwd` LC_ALL=C GPGSM=$(GPGSM) \
TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \
LD_LIBRARY_PATH=$$(seen=0; \
for i in $(LDFLAGS) $(LIBGCRYPT_LIBS) $(PTH_LIBS); \
do \

View File

@ -1,5 +1,4 @@
#!/bin/sh
unset GPG_AGENT_INFO
[ -x "$1" ] && exec $1 $2
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"