]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
More debug output for testing SSH.
authorMartin Pool <mbp@samba.org>
Thu, 30 Aug 2001 06:51:58 +0000 (06:51 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 30 Aug 2001 06:51:58 +0000 (06:51 +0000)
testsuite/ssh-basic.test

index e1aeb4138d9576798fe595e8ee49c8d32198c80e..3f1647b97599ca4f3fa48159876ba04eeefa7863 100644 (file)
 
 . "$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