aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/openpgp/issue2929.scm2
1 files changed, 1 insertions, 1 deletions
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 [email protected]))
(call-check `(,@gpg --sign gpg.conf))
(call-check `(,@gpg --verify gpg.conf.gpg))