aboutsummaryrefslogtreecommitdiffstats
path: root/checks/run-gpg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xchecks/run-gpg15
-rw-r--r--checks/run-gpg.patterns14
-rwxr-xr-xchecks/run-gpgm12
3 files changed, 0 insertions, 41 deletions
diff --git a/checks/run-gpg b/checks/run-gpg
deleted file mode 100755
index 28d575e95..000000000
--- a/checks/run-gpg
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-[ -n "$show_cmds" ] && echo "../g10/gpg --homedir . $*" >&2
-
-if ../g10/gpg --homedir . $* 2>err.tmp.$$ ; then
- :
-else
- echo "(../g10/gpg --homedir . $*) failed" >&2
- cat err.tmp.$$ >&2
- rm err.tmp.$$
- exit 1
-fi
-fgrep -v -f $srcdir/run-gpg.patterns err.tmp.$$ >&2
-rm err.tmp.$$
-
diff --git a/checks/run-gpg.patterns b/checks/run-gpg.patterns
deleted file mode 100644
index fde7bbbe7..000000000
--- a/checks/run-gpg.patterns
+++ /dev/null
@@ -1,14 +0,0 @@
-gpg: Good signature from
-gpg: aka "
-gpg: Signature made
-gpg: ./trustdb.gpg: trustdb created
-gpg: NOTE: cipher algorithm 3 not found in preferences
-gpg: NOTE: cipher algorithm 4 not found in preferences
-gpg: NOTE: secret key 2E5FA4F4 is NOT protected.
-gpg: NOTE: secret key 439F02CA is NOT protected.
-gpg: WARNING: using insecure random number generator
-gpg: NOTE: signature key expired
-NOTE: this is a development version!
-secret key without public key - skipped
-gpg: using secondary key CB879DE9 instead of primary key 439F02CA
-
diff --git a/checks/run-gpgm b/checks/run-gpgm
deleted file mode 100755
index 9afbee393..000000000
--- a/checks/run-gpgm
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-if ../g10/gpgm --homedir . $* 2>err.tmp.$$ ; then
- :
-else
- echo "(../g10/gpgm --homedir . $*) failed" >&2
- cat err.tmp.$$ >&2
- rm err.tmp.$$
- exit 1
-fi
-rm err.tmp.$$
-