summaryrefslogtreecommitdiff
path: root/tests/dsd-ssh
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-03-22 17:19:22 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-03-22 17:19:22 +0000
commitd5013886bfac8d8997d1e4ec8fd32f1a0a6e62d1 (patch)
tree3bd6750966dc94e65c941ad9d970b510609ae0c2 /tests/dsd-ssh
parentf4bc05ca3e517328907a64a0dd1ca55d74306740 (diff)
Tests: rename "dss" to "dsd" (for dgit-ssh-dispatch)
Diffstat (limited to 'tests/dsd-ssh')
-rwxr-xr-xtests/dsd-ssh13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/dsd-ssh b/tests/dsd-ssh
new file mode 100755
index 0000000..bc179f5
--- /dev/null
+++ b/tests/dsd-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
+
+: '))))))))))))))))))))))))))))))))))))))))'