diff options
author | Justus Winter <[email protected]> | 2016-12-06 11:55:11 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-06 14:25:44 +0000 |
commit | 89ac071eb4c7539e98c7dc17e11f57c620b54e90 (patch) | |
tree | 1d33cea1953a723b7204582997d6e83521ed58c2 | |
parent | tests: Update distributed files (diff) | |
download | gnupg-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-x | tests/openpgp/tofu.scm | 1 |
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")) |