mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-17 14:07:03 +01:00
* Makefile.am: Reset GPG_AGENT_INFO here
* runtest: and not anymore here.
This commit is contained in:
parent
aa0e38982a
commit
c4663004d9
@ -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.
|
||||
|
@ -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 \
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
unset GPG_AGENT_INFO
|
||||
[ -x "$1" ] && exec $1 $2
|
||||
exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user