diff options
| -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. | 
