summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2016-09-23 14:10:07 +0200
committerJustus Winter <justus@g10code.com>2016-12-13 17:30:54 +0100
commit04754ce3a704b1e6d38cb9a28dacf2821dc3f15f (patch)
tree318f1e957aee9e41cfc1b8147b4aeb574513ce09 /tests
parentg10: Spell out --recv-keys. (diff)
downloadgnupg2-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-xtests/openpgp/clearsig.scm4
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))