Removed an obsolete comment.
authorWayne Davison <wayned@samba.org>
Thu, 22 Jan 2004 09:05:09 +0000 (09:05 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 22 Jan 2004 09:05:09 +0000 (09:05 +0000)
testsuite/chgrp.test

index cabe4ef..e447748 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"
 
@@ -35,4 +33,3 @@ checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
 
 exit 0
 # last [] may have failed but if we get here then we've won
-