X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/276cc45571b274349f817a5bbc078f84abb385ce..0f6b683c8ebf2a26988909c46a31543a5fb17302:/testsuite/ssh-basic.test diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test index 10b2c884..865de3cd 100644 --- a/testsuite/ssh-basic.test +++ b/testsuite/ssh-basic.test @@ -10,7 +10,7 @@ . "$suitedir/rsync.fns" -SSH=support/lsh +SSH="$scratchdir/src/support/lsh" if test x"$rsync_enable_ssh_tests" = xyes; then if type ssh >/dev/null ; then @@ -18,7 +18,7 @@ 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" fi