From 9d682a8dc19a7f74084714ada301804bf0b22176 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 30 Aug 2001 06:51:58 +0000 Subject: [PATCH] More debug output for testing SSH. --- testsuite/ssh-basic.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1