summaryrefslogtreecommitdiff
path: root/tests/dss-ssh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dss-ssh')
-rwxr-xr-xtests/dss-ssh13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/dss-ssh b/tests/dss-ssh
deleted file mode 100755
index bc179f5..0000000
--- a/tests/dss-ssh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -e
-
-echo >&2 '(((((((((((((((((((((((((((((((((((((((('
-set -x
-
-tmp=$DGIT_TEST_TMP
-cd /
-userhost="$1"; shift
-export SSH_ORIGINAL_COMMAND="$*"
-${DGIT_SSH_DISPATCH_TEST-dgit-ssh-dispatch} -D $tmp/dispatch-dir
-
-: '))))))))))))))))))))))))))))))))))))))))'