X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fa3690f48870fada1b9495dbbb16acbc1f511c52..dfef3f1099468a3b57f69840002184c527259558:/testsuite/chgrp.test diff --git a/testsuite/chgrp.test b/testsuite/chgrp.test index 8cc89e04..33aef146 100644 --- a/testsuite/chgrp.test +++ b/testsuite/chgrp.test @@ -20,7 +20,7 @@ todir="$scratchdir/to" # TODO: I guess some systems will not have 'id', and therefore we have # to ship or emulate it. -mygrps="`id -G`" || fail "Can't get groups" +mygrps="`rsync_getgroups`" || fail "Can't get groups" mkdir "$fromdir" for g in $mygrps