X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e717fa4d37bf6cad4b3117998c220478f64b2eb2..a055dbdd883a3c04318e13211c3ef7942314bee7:/testsuite/ssh-basic.test diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test index 59144119..865de3cd 100644 --- a/testsuite/ssh-basic.test +++ b/testsuite/ssh-basic.test @@ -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