summaryrefslogtreecommitdiffstats
path: root/tests/openpgp/decrypt-dsa.test
blob: 6dc7dc4594620cc9f1f283657f80e5566166016b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. $srcdir/defs.inc || exit 3

#info Checking decryption of supplied DSA encrypted file
for i in "plain-1" ; do
    $GPG $dsa_keyrings -o y --yes $srcdir/$i-pgp.asc
    cmp $i y || error "$i: mismatch"
done