diff options
Diffstat (limited to 'tests/openpgp/detachm.scm')
-rwxr-xr-x | tests/openpgp/detachm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/detachm.scm b/tests/openpgp/detachm.scm index 1de8da9df..0b6445829 100755 --- a/tests/openpgp/detachm.scm +++ b/tests/openpgp/detachm.scm @@ -33,4 +33,4 @@ (pipe:open file (logior O_RDONLY O_BINARY)) (pipe:splice sink))) files))) - (pipe:spawn `(,@GPG --yes ,tmp)))) + (pipe:spawn `(,@GPG --yes --verify ,tmp -)))) |