diff options
Diffstat (limited to 'tests/openpgp/defs.scm')
-rw-r--r-- | tests/openpgp/defs.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm index 8d7caed04..1531dc1b1 100644 --- a/tests/openpgp/defs.scm +++ b/tests/openpgp/defs.scm @@ -328,6 +328,10 @@ (make-test-data "random_seed" 600) (log "Creating configuration files") + + (if (flag "--use-keyring" *args*) + (create-file "pubring.gpg")) + (create-file "gpg.conf" "no-greeting" "no-secmem-warning" |