diff options
Diffstat (limited to 'tests/openpgp/issue2346.scm')
-rwxr-xr-x | tests/openpgp/issue2346.scm | 2 |
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))) |