version 1.1.1.2, 2013/10/14 07:51:15
|
version 1.1.1.3, 2021/03/17 00:32:36
|
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" |