From: Martin Pool Date: Thu, 30 Aug 2001 06:51:58 +0000 (+0000) Subject: More debug output for testing SSH. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9d682a8dc19a7f74084714ada301804bf0b22176 More debug output for testing SSH. --- diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test index e1aeb413..3f1647b9 100644 --- a/testsuite/ssh-basic.test +++ b/testsuite/ssh-basic.test @@ -10,12 +10,12 @@ . "$suitedir/rsync.fns" -if ! type ssh >/dev/null 2>&1; then +if ! type ssh >/dev/null ; then echo "Skipping SSH tests because ssh is not in the path" exit 77 fi -if ! [ "`ssh -o'BatchMode yes' localhost echo yes 2>/dev/null`" = "yes" ]; then +if ! [ "`ssh -o'BatchMode yes' localhost echo yes`" = "yes" ]; then echo "Skipping SSH tests because ssh conection to localhost not authorised" exit 77 fi