Added some temporary code to try to figure out what is going wrong
[rsync/rsync.git] / testsuite / chgrp.test
index cabe4ef..c75da52 100644 (file)
@@ -18,8 +18,6 @@ set -x
 fromdir="$scratchdir/from"
 todir="$scratchdir/to"
 
-# TODO: I guess some systems will not have 'id', and therefore we have
-# to ship or emulate it.
 mygrps="`rsync_getgroups`" || fail "Can't get groups"
 mkdir "$fromdir"
 
@@ -30,9 +28,9 @@ do
     chgrp "$g" "$name" || fail "Can't chgrp"
 done
 sleep 2
+ls -lRa "$scratchdir"
+id || true
 
 checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
 
 exit 0
-# last [] may have failed but if we get here then we've won
-