From: Wayne Davison Date: Tue, 3 Feb 2004 20:01:26 +0000 (+0000) Subject: Added some temporary code to try to figure out what is going wrong X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f15256e156a23e89fc54cb2242012832bbac6bdb Added some temporary code to try to figure out what is going wrong on one NetBSD box in our build farm. --- 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