aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/issue2346.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/issue2346.scm')
-rwxr-xr-xtests/openpgp/issue2346.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/issue2346.scm b/tests/openpgp/issue2346.scm
index cbe03f9b7..9765453ea 100755
--- a/tests/openpgp/issue2346.scm
+++ b/tests/openpgp/issue2346.scm
@@ -25,4 +25,4 @@
(info "Checking import statistics (issue2346)...")
(let ((status (call-popen `(,@GPG --status-fd=1 --import ,key) "")))
(unless (string-contains? status "IMPORT_RES 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0")
- (error "Unexpected number of keys imported" status)))
+ (fail "Unexpected number of keys imported" status)))