Now that the long-standing chgrp bug is fixed, go back to -vvv from -vvvv.
[rsync/rsync.git] / testsuite / chgrp.test
index c75da52..6c7bb60 100644 (file)
@@ -28,9 +28,8 @@ do
     chgrp "$g" "$name" || fail "Can't chgrp"
 done
 sleep 2
-ls -lRa "$scratchdir"
-id || true
 
 checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
 
+# The script would have aborted on error, so getting here means we've won.
 exit 0