mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
tests: Remove a test case with "quiet" option with gpgconf.
* tests/openpgp/gpgconf.scm: Remove "quiet" test. -- Fixes-commit: 2f2130ff24faf4507fa5949e834c155b4a8e1525 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
3c3765405d
commit
f064d972e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user