aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2017-02-02 13:47:34 +0000
committerNeal H. Walfield <[email protected]>2017-02-02 13:47:34 +0000
commit64be8e1e8607944687f3ae45ec64aa30bf4fdf6f (patch)
treea642cf1207579cd45862c4c2dbcb68da76f289c8
parentRevert "Revert "tests: Add test demonstrating issue2929."" (diff)
downloadgnupg-64be8e1e8607944687f3ae45ec64aa30bf4fdf6f.tar.gz
gnupg-64be8e1e8607944687f3ae45ec64aa30bf4fdf6f.zip
tests: Improve description of test.
* tests/openpgp/issue2929.scm: Improve description of test. Signed-off-by: Neal H. Walfield <[email protected]>
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))