aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/decrypt.test
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-06-07 15:11:35 +0000
committerWerner Koch <[email protected]>2010-06-07 15:11:35 +0000
commitc8eb7bd83995801023dbfe876ffd81c9a6ff9d41 (patch)
treecb99962c83aa90e38d7b44b39ee2a431f1afd7f3 /tests/openpgp/decrypt.test
parentAdd unfinished gpgtar. (diff)
downloadgnupg-c8eb7bd83995801023dbfe876ffd81c9a6ff9d41.tar.gz
gnupg-c8eb7bd83995801023dbfe876ffd81c9a6ff9d41.zip
Change OpenPGP test framework to run under the control of the agent.
Diffstat (limited to '')
-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 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