]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 179d78921f811aafca8529719d2af8b393aa81df..3bcd0d5e9c6453fd6674f1ab688b8f5202366826 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