Remove duplicated features (#11510)

This commit is contained in:
oech3
2026-03-27 09:52:28 +01:00
committed by GitHub
parent af6c8f29c9
commit 2b05f2fa8c
7 changed files with 12 additions and 21 deletions
+1 -1
View File
@@ -494,7 +494,7 @@ fn test_chown_only_group_id() {
}
result.stderr_contains("retained as");
// Apparently on CI "macos-latest, x86_64-apple-darwin, feat_os_macos"
// Apparently on CI "macos-latest, x86_64-apple-darwin, feat_os_unix"
// the process has the rights to change from runner:staff to runner:wheel
#[cfg(any(windows, all(unix, not(target_os = "macos"))))]
// FreeBSD user on CI is part of wheel group