aboutsummaryrefslogtreecommitdiffstats
path: root/checks/run-gpgm
diff options
context:
space:
mode:
Diffstat (limited to 'checks/run-gpgm')
-rwxr-xr-xchecks/run-gpgm12
1 files changed, 0 insertions, 12 deletions
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.$$
-