summaryrefslogtreecommitdiffstats
path: root/checks/detachm.test
blob: 60f2e75b05070ae117b1e0a043c19a460c36c56f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

. defs.inc || exit 3

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