X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7c06e407ecb9c99abce58665f85551d8e99707a9..55bdb416328baa61f7d5b05e70f38c657f085e2f:/testsuite/ssh-basic.test diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test index 3f1647b9..2bf93a58 100644 --- a/testsuite/ssh-basic.test +++ b/testsuite/ssh-basic.test @@ -10,6 +10,12 @@ . "$suitedir/rsync.fns" +if [ "x$rsync_enable_ssh_tests" != xyes ] +then + echo "Skipping SSH tests because $rsync_enable_ssh_tests is not set" + exit 77 +fi + if ! type ssh >/dev/null ; then echo "Skipping SSH tests because ssh is not in the path" exit 77