aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/gpgconf.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/gpgconf.scm')
-rw-r--r--tests/openpgp/gpgconf.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/openpgp/gpgconf.scm b/tests/openpgp/gpgconf.scm
index a940b4599..6b70f0af3 100644
--- a/tests/openpgp/gpgconf.scm
+++ b/tests/openpgp/gpgconf.scm
@@ -37,11 +37,11 @@
(assert (or (not (opt::value)) (string=? "" (opt::value)))))))
(progress ".")))))
(lambda (name . rest) name)
- (list "keyserver" "verbose" "quiet")
- (list (gpg-config 'gpg "keyserver")
+ (list "compliance" "verbose" "quiet")
+ (list (gpg-config 'gpg "compliance")
(gpg-config 'gpg "verbose")
(gpg-config 'gpg "quiet"))
- (list (lambda (i) (if (even? i) "hkp://foo.bar" "hkps://bar.baz"))
+ (list (lambda (i) (if (even? i) "rfc4880bis" "rfc4880"))
;; gpgconf: argument for option verbose of type 0 (none) must
;; be positive
(lambda (i) (+ 1 i))