diff options
Diffstat (limited to 'tests/openpgp/key-selection.scm')
-rw-r--r-- | tests/openpgp/key-selection.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/key-selection.scm b/tests/openpgp/key-selection.scm index 93bd001d7..020c9b422 100644 --- a/tests/openpgp/key-selection.scm +++ b/tests/openpgp/key-selection.scm @@ -76,7 +76,7 @@ (display (call-popen `(,@gpg --locate-key ,mailbox) "")) (echo "This is the key we expected:") (display (call-popen `(,@gpg --list-keys ,expected) "")) - (error "Expected" expected "but got" fpr))) + (fail "Expected" expected "but got" fpr))) (delete-keys set)) (lambda (set) (length set)) |