diff options
author | Werner Koch <[email protected]> | 2014-10-30 08:55:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-10-30 08:55:51 +0000 |
commit | 9546aa3cc87fc83a40768a12fbbceb19496ce129 (patch) | |
tree | 4615b34ccbfcd5c2be616c84285ea822822c4d72 /doc/gpgsm.texi | |
parent | po: Add a new German translation (diff) | |
download | gnupg-9546aa3cc87fc83a40768a12fbbceb19496ce129.tar.gz gnupg-9546aa3cc87fc83a40768a12fbbceb19496ce129.zip |
tests: Speed up the genkey1024.test by using not so strong random.
* agent/gpg-agent.c (oDebugQuickRandom): New.
(opts): New option --debug-quick-random.
(main): Use new option.
* common/asshelp.c (start_new_gpg_agent): Add hack to pass an
additional argument for the agent name.
* tests/openpgp/defs.inc: Pass --debug-quick-random to the gpg-agent
starting parameters.
* tests/openpgp/version.test: Ditto.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index bc6326ca4..34b6024bc 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -358,7 +358,9 @@ Change the default name of the policy file to @var{filename}. @item --agent-program @var{file} @opindex agent-program Specify an agent program to be used for secret key operations. The -default value is the @file{/usr/local/bin/gpg-agent}. +default value is determined by running the command @command{gpgconf}. +Note that the pipe symbol (@code{|}) is used for a regression test +suite hack and may thus not be used in the file name. @ifclear gpgtwoone This is only used as a fallback when the environment variable @code{GPG_AGENT_INFO} is not |