X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f5ad6eb18d535a3133b221c1773469f85952053f..38843171817eda292ad3f35de463ed2cb04689ef:/testsuite/ssh-basic.test diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test index c24ac3e2..caf880fc 100644 --- a/testsuite/ssh-basic.test +++ b/testsuite/ssh-basic.test @@ -12,18 +12,15 @@ if [ "x$rsync_enable_ssh_tests" != xyes ] then - echo "Skipping SSH tests because \$rsync_enable_ssh_tests is not set" - exit 77 + test_skipped "Skipping SSH tests because \$rsync_enable_ssh_tests is not set" fi if ! type ssh >/dev/null ; then - echo "Skipping SSH tests because ssh is not in the path" - exit 77 + test_skipped "Skipping SSH tests because ssh is not in the path" fi if ! [ "`ssh -o'BatchMode yes' localhost echo yes`" = "yes" ]; then - echo "Skipping SSH tests because ssh conection to localhost not authorised" - exit 77 + test_skipped "Skipping SSH tests because ssh conection to localhost not authorised" fi runtest "ssh: basic test" 'checkit "$RSYNC -avH -e ssh --rsync-path=$RSYNC ${FROM}/ localhost:${TO}" ${FROM}/ ${TO}'