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-dsa.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 'tests/openpgp/decrypt-dsa.test')
-rwxr-xr-x | tests/openpgp/decrypt-dsa.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/decrypt-dsa.test b/tests/openpgp/decrypt-dsa.test index 7220f8a22..ba83fea07 100755 --- a/tests/openpgp/decrypt-dsa.test +++ b/tests/openpgp/decrypt-dsa.test @@ -12,7 +12,7 @@ #info Checking decryption of supplied DSA encrypted file for i in "plain-1" ; do - $GPG $dsa_keyrings -o y --yes $srcdir/$i-pgp.asc + $GPG -o y --yes $srcdir/$i-pgp.asc cmp $i y || error "$i: mismatch" done |