diff options
Diffstat (limited to 'tests/openpgp/sigs.scm')
-rwxr-xr-x | tests/openpgp/sigs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/sigs.scm b/tests/openpgp/sigs.scm index abdcd8fe7..5a1efa76f 100755 --- a/tests/openpgp/sigs.scm +++ b/tests/openpgp/sigs.scm @@ -48,4 +48,4 @@ `(--yes --sign --passphrase-fd "0" --digest-algo ,hash)) (tr:gpg "" '(--yes)) (tr:assert-identity (car plain-files))))) - all-hash-algos) + (force all-hash-algos)) |