diff options
-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")) |