diff options
author | Werner Koch <[email protected]> | 2010-06-07 15:11:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-06-07 15:11:35 +0000 |
commit | c8eb7bd83995801023dbfe876ffd81c9a6ff9d41 (patch) | |
tree | cb99962c83aa90e38d7b44b39ee2a431f1afd7f3 /tests/openpgp/decrypt.test | |
parent | Add unfinished gpgtar. (diff) | |
download | gnupg-c8eb7bd83995801023dbfe876ffd81c9a6ff9d41.tar.gz gnupg-c8eb7bd83995801023dbfe876ffd81c9a6ff9d41.zip |
Change OpenPGP test framework to run under the control of the agent.
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 |