From 5420c821e8f095a13a2a0a5409d22fc75dccd130 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 23 Sep 2016 14:10:07 +0200 Subject: 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 --- tests/openpgp/clearsig.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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)) -- cgit v1.2.3