tests: Improve description of test.

* tests/openpgp/issue2929.scm: Improve description of test.

Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2017-02-02 14:47:34 +01:00
parent e596b21f4b
commit 64be8e1e86
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
;; Redefine GPG without --always-trust and TOFU trust model.
(define gpg `(,(tool 'gpg) --no-permission-warning --trust-model=tofu))
(info "Checking key creation with TOFU trust model (issue2929).")
(info "Checking TOFU trust model with ultimately trusted keys (issue2929).")
(call-check `(,@gpg --quick-generate-key frob@example.org))
(call-check `(,@gpg --sign gpg.conf))
(call-check `(,@gpg --verify gpg.conf.gpg))