We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3ba28 commit e6fb608Copy full SHA for e6fb608
test/test_unistd.rs
@@ -105,6 +105,7 @@ mod linux_android {
105
}
106
107
#[test]
108
+// `getgroups()` and `setgroups()` do not behave as expected on Apple platforms
109
#[cfg(not(any(target_os = "ios", target_os = "macos")))]
110
fn test_setgroups() {
111
// Skip this test when not run as root as `setgroups()` requires root.
@@ -127,6 +128,7 @@ fn test_setgroups() {
127
128
129
130
131
132
133
fn test_initgroups() {
134
// Skip this test when not run as root as `initgroups()` and `setgroups()`
0 commit comments