aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/decrypt-dsa.test
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-14 16:34:31 +0000
committerWerner Koch <[email protected]>2010-10-14 16:34:31 +0000
commit764e88d4df29204be6ea2206cf753c56ec0f5b5f (patch)
treed38aa151706b32ce1ddbec2e7f012d317618072a /tests/openpgp/decrypt-dsa.test
parentSome tweaks to the agent startup. (diff)
downloadgnupg-764e88d4df29204be6ea2206cf753c56ec0f5b5f.tar.gz
gnupg-764e88d4df29204be6ea2206cf753c56ec0f5b5f.zip
All tests work are again working
Diffstat (limited to 'tests/openpgp/decrypt-dsa.test')
-rwxr-xr-xtests/openpgp/decrypt-dsa.test2
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