From 64be8e1e8607944687f3ae45ec64aa30bf4fdf6f Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 2 Feb 2017 14:47:34 +0100 Subject: tests: Improve description of test. * tests/openpgp/issue2929.scm: Improve description of test. Signed-off-by: Neal H. Walfield --- tests/openpgp/issue2929.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/openpgp/issue2929.scm b/tests/openpgp/issue2929.scm index 44521bb2f..121103b2c 100644 --- a/tests/openpgp/issue2929.scm +++ b/tests/openpgp/issue2929.scm @@ -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)) -- cgit v1.2.3