diff options
author | Justus Winter <[email protected]> | 2016-09-23 12:10:07 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-23 12:11:58 +0000 |
commit | 5420c821e8f095a13a2a0a5409d22fc75dccd130 (patch) | |
tree | adc9e9c83727ca8b7c626b8881f19a50f92530d1 /tests/openpgp/clearsig.scm | |
parent | g10: Spell out --recv-keys. (diff) | |
download | gnupg-justus/issue2700.tar.gz gnupg-justus/issue2700.zip |
g10: Hyphenate --clearsign.justus/issue2700
* 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 <[email protected]>
Diffstat (limited to 'tests/openpgp/clearsig.scm')
-rwxr-xr-x | tests/openpgp/clearsig.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/openpgp/clearsig.scm b/tests/openpgp/clearsig.scm index 96b1b4c31..4bf092630 100755 --- a/tests/openpgp/clearsig.scm +++ b/tests/openpgp/clearsig.scm @@ -36,7 +36,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 @@ -101,7 +101,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)) |