aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/decrypt-multifile.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/decrypt-multifile.scm')
-rwxr-xr-xtests/openpgp/decrypt-multifile.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/decrypt-multifile.scm b/tests/openpgp/decrypt-multifile.scm
index 4efdf6631..a7695b1f0 100755
--- a/tests/openpgp/decrypt-multifile.scm
+++ b/tests/openpgp/decrypt-multifile.scm
@@ -43,5 +43,5 @@
"Verifying files:"
(lambda (name)
(unless (file=? (path-join my-wd name) name)
- (error "decrypted file differs")))
+ (fail "decrypted file differs")))
plain-files))