X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/54bf456e8584eac5b0afdf8f7e003c79aa87ffe8..f15256e156a23e89fc54cb2242012832bbac6bdb:/testsuite/chgrp.test diff --git a/testsuite/chgrp.test b/testsuite/chgrp.test index e4477484..c75da52d 100644 --- a/testsuite/chgrp.test +++ b/testsuite/chgrp.test @@ -28,8 +28,9 @@ do chgrp "$g" "$name" || fail "Can't chgrp" done sleep 2 +ls -lRa "$scratchdir" +id || true checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" exit 0 -# last [] may have failed but if we get here then we've won