diff options
author | Werner Koch <wk@gnupg.org> | 2004-02-20 14:46:35 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-02-20 14:46:35 +0100 |
commit | c4663004d9718954527dce20c278ae7528fea3e3 (patch) | |
tree | 214ce206a185a771b474f76df89715dd3cbc3d76 /tests/runtest | |
parent | * gpgsm.c (main): New option --debug-ignore-expiration. (diff) | |
download | gnupg2-c4663004d9718954527dce20c278ae7528fea3e3.tar.xz gnupg2-c4663004d9718954527dce20c278ae7528fea3e3.zip |
* Makefile.am: Reset GPG_AGENT_INFO here
* runtest: and not anymore here.
Diffstat (limited to 'tests/runtest')
-rwxr-xr-x | tests/runtest | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runtest b/tests/runtest index 71385fb46..8d5078647 100755 --- a/tests/runtest +++ b/tests/runtest @@ -1,5 +1,4 @@ #!/bin/sh -unset GPG_AGENT_INFO [ -x "$1" ] && exec $1 $2 exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1" |