summaryrefslogtreecommitdiff
path: root/tests/openpgp/decrypt.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/decrypt.test')
-rwxr-xr-xtests/openpgp/decrypt.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/decrypt.test b/tests/openpgp/decrypt.test
index d3b5ddf..370dc96 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
+ $GPG -o y --yes $srcdir/$i.asc
cmp $i y || error "$i: mismatch"
done