From: Martin Pool Date: Mon, 18 Feb 2002 22:14:46 +0000 (+0000) Subject: This test must specify --times because it compares listings that X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/90d0a8db38fd6e5cbf5ea0a97e5b4b9a46300db6 This test must specify --times because it compares listings that include mtimes. --- diff --git a/testsuite/chgrp.test b/testsuite/chgrp.test index 179d7892..3bcd0d5e 100644 --- a/testsuite/chgrp.test +++ b/testsuite/chgrp.test @@ -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