diff options
author | Werner Koch <[email protected]> | 2010-10-14 16:34:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-10-14 16:34:31 +0000 |
commit | 764e88d4df29204be6ea2206cf753c56ec0f5b5f (patch) | |
tree | d38aa151706b32ce1ddbec2e7f012d317618072a /tests/openpgp/decrypt.test | |
parent | Some tweaks to the agent startup. (diff) | |
download | gnupg-764e88d4df29204be6ea2206cf753c56ec0f5b5f.tar.gz gnupg-764e88d4df29204be6ea2206cf753c56ec0f5b5f.zip |
All tests work are again working
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 7b68b25ec..370dc964b 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 |