aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest')
-rwxr-xr-xtests/runtest5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runtest b/tests/runtest
new file mode 100755
index 000000000..6284179ef
--- /dev/null
+++ b/tests/runtest
@@ -0,0 +1,5 @@
+#!/bin/sh
+unset GPG_AGENT_INFO
+[ -x "$1" ] && exec "$1"
+exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
+