X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9d682a8dc19a7f74084714ada301804bf0b22176..d52a796c39be1d2cb486f1f8b1c55fae28d153cc:/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