diff options
author | Andre Heinecke <[email protected]> | 2017-01-26 09:44:02 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2017-01-26 09:44:02 +0000 |
commit | f3ca2c9ce9fd4a03e293065f10b92589a7e642d6 (patch) | |
tree | 0a77092e43a40a5e489ea7303802c48436b86465 | |
parent | python: default op_keylist_start parameters. (diff) | |
download | gpgme-f3ca2c9ce9fd4a03e293065f10b92589a7e642d6.tar.gz gpgme-f3ca2c9ce9fd4a03e293065f10b92589a7e642d6.zip |
python: Ensure quick-random is used if gpg is gpg2
* lang/python/tests/Makefile.am (gpg.conf): Configure
agent-program accordingly.
-rw-r--r-- | lang/python/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index f9366dd2..d7f2e58b 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -107,6 +107,8 @@ clean-local: ./gpg.conf: # This is required for t-sig-notations. echo no-force-v3-sigs > ./gpg.conf + echo ignore-invalid-option agent-program >> ./gpg.conf + echo "agent-program `which $(GPG_AGENT)`|--debug-quick-random" >> ./gpg.conf ./gpg-agent.conf: # This is required for gpg2, which does not support command fd. |