mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
release 0.2.9
This commit is contained in:
parent
5a05af2bca
commit
4e8c3794b3
53 changed files with 1662 additions and 977 deletions
10
checks/detach.test
Executable file
10
checks/detach.test
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
. defs.inc || exit 3
|
||||
|
||||
#info Checking detached signatures
|
||||
for i in $plain_files $data_files ; do
|
||||
echo "$usrpass1" | run_gpg --passphrase-fd 0 -sb -o x --yes $i
|
||||
run_gpg -o /dev/null --yes x <$i || error "$i: bad signature"
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue