version 1.1, 2012/02/17 15:09:30
|
version 1.1.1.3, 2021/03/17 00:32:36
|
Line 10
|
Line 10
|
|
|
. "$suitedir/rsync.fns" |
. "$suitedir/rsync.fns" |
|
|
SSH="$scratchdir/src/support/lsh" | SSH="$scratchdir/src/support/lsh.sh" |
|
|
if test x"$rsync_enable_ssh_tests" = xyes; then |
if test x"$rsync_enable_ssh_tests" = xyes; then |
if type ssh >/dev/null ; then |
if type ssh >/dev/null ; then |
Line 19 if test x"$rsync_enable_ssh_tests" = xyes; then
|
Line 19 if test x"$rsync_enable_ssh_tests" = xyes; then
|
fi |
fi |
|
|
if [ "`$SSH -o'BatchMode yes' localhost echo yes`" != "yes" ]; then |
if [ "`$SSH -o'BatchMode yes' localhost echo yes`" != "yes" ]; then |
test_skipped "Skipping SSH tests because ssh conection to localhost not authorised" | test_skipped "Skipping SSH tests because ssh connection to localhost not authorised" |
fi |
fi |
|
|
echo "Using remote shell: $SSH" |
echo "Using remote shell: $SSH" |