From f15256e156a23e89fc54cb2242012832bbac6bdb Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 3 Feb 2004 20:01:26 +0000 Subject: [PATCH] Added some temporary code to try to figure out what is going wrong on one NetBSD box in our build farm. --- testsuite/chgrp.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1