This test must specify --times because it compares listings that
authorMartin Pool <mbp@samba.org>
Mon, 18 Feb 2002 22:14:46 +0000 (22:14 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 18 Feb 2002 22:14:46 +0000 (22:14 +0000)
include mtimes.

testsuite/chgrp.test

index 179d789..3bcd0d5 100644 (file)
@@ -27,8 +27,9 @@ do
     date > "$name"
     chgrp "$g" "$name" || fail "Can't chgrp"
 done
+sleep 2
 
-checkit "rsync -rgvvv \"$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