1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-05 03:09:21 +02:00
gnupg/checks/decrypt-dsa.test

11 lines
216 B
Plaintext
Raw Normal View History

1998-04-08 21:42:07 +02:00
#!/bin/sh
1998-09-14 12:33:57 +02:00
. $srcdir/defs.inc || exit 3
1998-04-08 21:42:07 +02:00
#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