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 e1aeb41..3f1647b 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