about summary refs log tree commit diff
path: root/src/test/ui/command/command-setgroups.rs
AgeCommit message (Collapse)AuthorLines
2021-03-28Remove unnecessary `ignore-cloudabi` flagJohnTitor-1/+0
2021-01-29Update test-various to Ubuntu 20.04Nikita Popov-0/+1
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.
2021-01-21Update src/test/ui/command/command-setgroups.rs to ignore windowsslo1-0/+1
2021-01-21Update src/test/ui/command/command-setgroups.rsslo1-0/+6
Co-authored-by: Ashley Mannix <kodraus@hey.com>
2021-01-21Add setgroups to std::os::unix::process::CommandExtslo1-0/+19