The test command-setgroups.rs is adjusted to skip on musl, where `sysconf(_SC_NGROUPS_MAX)` always returns a dummy value of 32, even though the actual value is 65536. I'm not sure why this becomes relevant only now though, as this was apparently the case since kernel 2.6.4. |
||
|---|---|---|
| .. | ||
| command-argv0-debug.rs | ||
| command-argv0.rs | ||
| command-current-dir.rs | ||
| command-exec.rs | ||
| command-pre-exec.rs | ||
| command-setgroups.rs | ||
| command-uid-gid.rs | ||