aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-12-06 11:55:11 +0000
committerJustus Winter <[email protected]>2016-12-06 14:25:44 +0000
commit89ac071eb4c7539e98c7dc17e11f57c620b54e90 (patch)
tree1d33cea1953a723b7204582997d6e83521ed58c2
parenttests: Update distributed files (diff)
downloadgnupg-89ac071eb4c7539e98c7dc17e11f57c620b54e90.tar.gz
gnupg-89ac071eb4c7539e98c7dc17e11f57c620b54e90.zip
tests: Remove debugging display.
* tests/openpgp/tofu.scm: Remove debugging display. Signed-off-by: Justus Winter <[email protected]>
-rwxr-xr-xtests/openpgp/tofu.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/openpgp/tofu.scm b/tests/openpgp/tofu.scm
index bc45d995f..f9dc41102 100755
--- a/tests/openpgp/tofu.scm
+++ b/tests/openpgp/tofu.scm
@@ -176,7 +176,6 @@
,@args --list-keys ,keyid))))
(sigs (string->number (list-ref tfs 3)))
(encs (string->number (list-ref tfs 4))))
- (display tfs)
(unless (= sigs expected-sigs)
(error keyid ": # signatures (" sigs ") does not match expected"
"# signatures (" expected-sigs ").\n"))