1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Change OpenPGP test framework to run under the control of the agent.

This commit is contained in:
Werner Koch 2010-06-07 15:11:35 +00:00
parent bbe388b5db
commit c8eb7bd839
8 changed files with 42 additions and 17 deletions

View file

@ -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