diff options
author | Werner Koch <[email protected]> | 2002-06-20 13:47:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-20 13:47:24 +0000 |
commit | e6dc9fd6c4d00455975fc4bb6d98f31b3c36b517 (patch) | |
tree | 202011f43559a5317cb1cb7585f4cac534c8258d /tests/gpg/Makefile.am | |
parent | * rungpg.c (build_argv): Ignore GPG_AGENT_INFO if set but empty. (diff) | |
download | gpgme-e6dc9fd6c4d00455975fc4bb6d98f31b3c36b517.tar.gz gpgme-e6dc9fd6c4d00455975fc4bb6d98f31b3c36b517.zip |
* gpgsm/t-sign.c (main): Also test a normal signature.
* gpg/Makefile (TESTS_ENVIRONMENT): Set GPG_AGENT_INFO empty.
* gpg/t-signers.c, gpg/t-sign.c, gpg/t-encrypt-sym.c
* gpg/t-encrypt-sign.c, gpg/t-decrypt.c
* gpg/t-decrypt-verify.c (main): Changed the GPG_AGENT_INFO check to
match the one in ../../gpgme/rungpg.c.
Diffstat (limited to 'tests/gpg/Makefile.am')
-rw-r--r-- | tests/gpg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 04c0d110..456d63d3 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -21,7 +21,7 @@ GPG = @GPG@ -TESTS_ENVIRONMENT = GNUPGHOME=. +TESTS_ENVIRONMENT = GNUPGHOME=. GPG_AGENT_INFO= TESTS = t-encrypt t-encrypt-sym t-encrypt-sign t-sign t-signers \ t-decrypt t-verify t-decrypt-verify t-keylist t-export \ |