Change chgrp.test to use our getgroups rather than the system's.
[rsync/rsync.git] / testsuite / rsync.fns
index e7e2e2d..e7f753a 100644 (file)
@@ -45,7 +45,11 @@ printmsg() {
 
 
 rsync_ls_lR() {
-    find "$@" -print | sort | xargs $TLS
+    find "$@" -print | sort | xargs "$TOOLDIR/tls"
+}
+
+rsync_getgroups() { 
+    "$TOOLDIR/getgroups"
 }