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-Tag: v2.6.1pre1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f15256e156a23e89fc54cb2242012832bbac6bdb;p=thirdparty%2Frsync.git 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