Fix the chgrp and hardlinks tests by running $RSYNC instead of relying on the
[rsync/rsync.git] / testsuite / chgrp.test
index 33aef14..cabe4ef 100644 (file)
@@ -31,7 +31,7 @@ do
 done
 sleep 2
 
-checkit "rsync -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
+checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
 
 exit 0
 # last [] may have failed but if we get here then we've won