tests: Remove a test case with "quiet" option with gpgconf.

* tests/openpgp/gpgconf.scm: Remove "quiet" test.

--

Fixes-commit: 2f2130ff24
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2022-02-17 14:17:27 +09:00
parent 3c3765405d
commit f064d972e3
1 changed files with 2 additions and 3 deletions

View File

@ -37,10 +37,9 @@
(assert (or (not (opt::value)) (string=? "" (opt::value)))))))
(progress ".")))))
(lambda (name . rest) name)
(list "keyserver" "verbose" "quiet")
(list "keyserver" "verbose")
(list (gpg-config 'gpg "keyserver")
(gpg-config 'gpg "verbose")
(gpg-config 'gpg "quiet"))
(gpg-config 'gpg "verbose"))
(list (lambda (i) (if (even? i) "hkp://foo.bar" "hkps://bar.baz"))
;; gpgconf: argument for option verbose of type 0 (none) must
;; be positive