diff options
author | Justus Winter <justus@g10code.com> | 2016-09-23 14:10:07 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-12-13 17:30:54 +0100 |
commit | 04754ce3a704b1e6d38cb9a28dacf2821dc3f15f (patch) | |
tree | 318f1e957aee9e41cfc1b8147b4aeb574513ce09 /tests | |
parent | g10: Spell out --recv-keys. (diff) | |
download | gnupg2-04754ce3a704b1e6d38cb9a28dacf2821dc3f15f.tar.xz gnupg2-04754ce3a704b1e6d38cb9a28dacf2821dc3f15f.zip |
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>
Diffstat (limited to 'tests')
-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 7b9556153..cdbf603fc 100755 --- a/tests/openpgp/clearsig.scm +++ b/tests/openpgp/clearsig.scm @@ -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)) |