mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
g10: Hyphenate --clearsign.
* g10/gpg.c (opts): Hyphenate option. * doc/gpg.texi: Update accordingly. * po: Update translations. * tests/openpgp: Update tests. GnuPG-bug-id: 2700 Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
ca59815234
commit
04754ce3a7
29 changed files with 115 additions and 114 deletions
|
@ -37,7 +37,7 @@
|
|||
;; Otherwise, we do check that we recover the original file.
|
||||
check-identity)
|
||||
source
|
||||
(check-signing '(--passphrase-fd "0" --clearsign) usrpass1)))
|
||||
(check-signing '(--passphrase-fd "0" --clear-sign) usrpass1)))
|
||||
(append plain-files '("plain-large")))
|
||||
|
||||
;; The test vectors are lists of length three, containing
|
||||
|
@ -102,7 +102,7 @@ there is a blank line after this
|
|||
(with-output-to-file tmp (lambda () (display (:string vec))))
|
||||
((if (:check-equality vec) check-identity check-execution)
|
||||
tmp
|
||||
(check-signing `(--passphrase-fd "0" --clearsign ,@(:options vec))
|
||||
(check-signing `(--passphrase-fd "0" --clear-sign ,@(:options vec))
|
||||
usrpass1))))
|
||||
(lambda (vec) (counter))
|
||||
vectors))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue