summaryrefslogtreecommitdiffstats
path: root/checks/detach.test
diff options
context:
space:
mode:
authorRepo Admin <nobody@gnupg.org>2002-10-19 09:55:27 +0200
committerRepo Admin <nobody@gnupg.org>2002-10-19 09:55:27 +0200
commit82a17c9fb3d64ccdd474c3bedf564368f77e84a4 (patch)
tree0c01ee8cea5f6f77e830955c6b97024752740a2b /checks/detach.test
parentBumped version number for cvs version (diff)
downloadgnupg2-82a17c9fb3d64ccdd474c3bedf564368f77e84a4.tar.xz
gnupg2-82a17c9fb3d64ccdd474c3bedf564368f77e84a4.zip
This commit was manufactured by cvs2svn to create branch
'GNUPG-1-9-BRANCH'.
Diffstat (limited to 'checks/detach.test')
-rwxr-xr-xchecks/detach.test10
1 files changed, 0 insertions, 10 deletions
diff --git a/checks/detach.test b/checks/detach.test
deleted file mode 100755
index 6a3ae05c5..000000000
--- a/checks/detach.test
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-. $srcdir/defs.inc || exit 3
-
-#info Checking detached signatures
-for i in $plain_files $data_files ; do
- echo "$usrpass1" | $GPG --passphrase-fd 0 -sb -o x --yes $i
- $GPG -o /dev/null --yes x <$i || error "$i: bad signature"
-done
-