rsync: skip chgrp test (#523034)

This commit is contained in:
dish
2026-05-27 16:46:01 +00:00
committed by GitHub
@@ -80,6 +80,11 @@ stdenv.mkDerivation rec {
passthru.tests = { inherit (nixosTests) rsyncd; };
# Test fails when built in a chroot store
preCheck = ''
rm testsuite/chgrp.test
'';
doCheck = true;
__darwinAllowLocalNetworking = true;