X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9d682a8dc19a7f74084714ada301804bf0b22176..4c80c473ed131310ac30478c15f0030f7ce5346d:/testsuite/ssh-basic.test diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test index 3f1647b9..c24ac3e2 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