diff options
Diffstat (limited to 'tests/openpgp/signencrypt.scm')
-rwxr-xr-x | tests/openpgp/signencrypt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/signencrypt.scm b/tests/openpgp/signencrypt.scm index b4c3bd6df..35ac89a0f 100755 --- a/tests/openpgp/signencrypt.scm +++ b/tests/openpgp/signencrypt.scm @@ -37,4 +37,4 @@ usrpass1) (if (not (string=? "4336AE2A528FAE091E73E59E325B588FEE795F9B" (cadar (gpg-hash-string `(--print-md SHA1 ,tmp) "")))) - (error "bug537-test.data.asc: mismatch (bug 537)"))) + (fail "bug537-test.data.asc: mismatch (bug 537)"))) |