chiark / gitweb /
Merge remote-tracking branch 'dgit/dgit/experimental' into HEAD
[dgit.git] / tests / dsd-ssh
1 #!/bin/sh
2 set -e
3
4 echo >&2 '(((((((((((((((((((((((((((((((((((((((('
5 set -x
6
7 tmp=$DGIT_TEST_TMP
8 cd /
9 userhost="$1"; shift
10 export SSH_ORIGINAL_COMMAND="$*"
11
12 # undoes PERLLIB so that we rely on dgit-ssh-dispatch setting it
13 # we have to compensate with -I so that dgit-ssh-dispatch finds Dgit.pm
14 unset PERLLIB
15 ${DGIT_TEST_INTREE+perl -I}$DGIT_TEST_INTREE \
16 ${DGIT_SSH_DISPATCH_TEST-dgit-ssh-dispatch} -D $tmp
17
18 : '))))))))))))))))))))))))))))))))))))))))'