* gpgkeys_hkp.c (send_key), gpgkeys_ldap.c (send_key, send_key_keyserver):
[gnupg.git] / checks / armencrypt.test
blob356d1bda7d59bd74433c730c342a9772aac1edab
1 #!/bin/sh
3 . $srcdir/defs.inc || exit 3
5 #info Checking armored encryption
6 for i in $plain_files $data_files ; do
7 $GPG --always-trust -ea -o x --yes -r "$usrname2" $i
8 $GPG -o y --yes x
9 cmp $i y || error "$i: mismatch"
10 done