diff options
Diffstat (limited to 'tests/openpgp/clearsig.scm')
-rwxr-xr-x | tests/openpgp/clearsig.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/clearsig.scm b/tests/openpgp/clearsig.scm index cdbf603fc..a9f20f233 100755 --- a/tests/openpgp/clearsig.scm +++ b/tests/openpgp/clearsig.scm @@ -25,7 +25,7 @@ (lettmp (signed) (call-popen `(,@GPG --output ,signed --yes ,@args ,source) input) - (call-popen `(,@GPG --output ,sink --yes ,signed) "")))) + (call-popen `(,@GPG --output ,sink --yes --verify ,signed) "")))) (for-each-p "Checking signing and verifying plain text messages" |