Added some temporary code to try to figure out what is going wrong
authorWayne Davison <wayned@samba.org>
Tue, 3 Feb 2004 20:01:26 +0000 (20:01 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 3 Feb 2004 20:01:26 +0000 (20:01 +0000)
on one NetBSD box in our build farm.

testsuite/chgrp.test

index e447748..c75da52 100644 (file)
@@ -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