aboutsummaryrefslogtreecommitdiffstats
path: root/checks/decrypt-dsa.test
blob: bd3f4b99e4f1adb5291f2df18b80fabaddce8770 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. defs.inc || exit 3

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