aboutsummaryrefslogtreecommitdiffstats
path: root/checks/armdetachm.test
blob: eb245aabb7f56a10fec04407efe2c893876fb96c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

. defs.inc || exit 3

#info Checking armored detached signatures of multiple files
i="$plain_files $data_files"
echo "$usrpass1" | run_gpg --passphrase-fd 0 -sab -o x --yes $i
cat $i | run_gpg -o /dev/null --yes x || error "$i: bad signature"