diff options
Diffstat (limited to 'tests/openpgp/4gb-packet.scm')
-rwxr-xr-x | tests/openpgp/4gb-packet.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/4gb-packet.scm b/tests/openpgp/4gb-packet.scm index 9c387af30..b827181a6 100755 --- a/tests/openpgp/4gb-packet.scm +++ b/tests/openpgp/4gb-packet.scm @@ -25,4 +25,4 @@ (if (= 0 (call `(,@GPG --list-packets ,(in-srcdir "4gb-packet.asc")))) (info "Can parse 4GB packets.") - (error "Failed to parse 4GB packet.")) + (fail "Failed to parse 4GB packet.")) |