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