From 90d0a8db38fd6e5cbf5ea0a97e5b4b9a46300db6 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 18 Feb 2002 22:14:46 +0000 Subject: [PATCH] This test must specify --times because it compares listings that include mtimes. --- testsuite/chgrp.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1