aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/issue2419.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/issue2419.scm')
-rwxr-xr-xtests/openpgp/issue2419.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/issue2419.scm b/tests/openpgp/issue2419.scm
index 9b6785154..e397a8877 100755
--- a/tests/openpgp/issue2419.scm
+++ b/tests/openpgp/issue2419.scm
@@ -26,4 +26,4 @@
(dearmor (in-srcdir "samplemsgs/issue2419.asc") onebyte)
(catch (assert (string-contains? (car *error*) "invalid packet"))
(call-popen `(,@GPG --list-packets ,onebyte) "")
- (error "Expected an error but got none")))
+ (fail "Expected an error but got none")))