aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/export.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/export.scm')
-rwxr-xr-xtests/openpgp/export.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/openpgp/export.scm b/tests/openpgp/export.scm
index a79411c87..c10fc81cb 100755
--- a/tests/openpgp/export.scm
+++ b/tests/openpgp/export.scm
@@ -22,7 +22,7 @@
(define (check-for predicate lines message)
(unless (any predicate lines)
- (error message)))
+ (fail message)))
(define (check-exported-key dump keyid)
(check-for (lambda (l)
@@ -68,7 +68,7 @@
(lambda (port)
(unless
(eof-object? (peek-char port))
- (error (string-append
+ (fail (string-append
"Expected all passphrases to be consumed, but found: "
(read-all port)))))))