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, 13 insertions, 0 deletions
diff --git a/tests/dss-ssh b/tests/dss-ssh
new file mode 100755
index 0000000..bc179f5
--- /dev/null
+++ b/tests/dss-ssh
@@ -0,0 +1,13 @@
+#!/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
+
+: '))))))))))))))))))))))))))))))))))))))))'