diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/openpgp/decrypt.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/decrypt.test b/tests/openpgp/decrypt.test index d3b5ddf41..7b68b25ec 100755 --- a/tests/openpgp/decrypt.test +++ b/tests/openpgp/decrypt.test @@ -12,7 +12,7 @@ #info Checking decryption of supplied files for i in $plain_files ; do - echo "$usrpass1" | $GPG --passphrase-fd 0 -o y --yes $srcdir/$i.asc + echo "$usrpass1" | $GPG --passphrase-fd 0 -o y --yes $srcdir/$i.asc cmp $i y || error "$i: mismatch" done |