[ruby-cvs:79101] b0e9db65c3 (master): Include the standard `id` command output
"Nobuyoshi Nakada" <[email protected]> Thu, 9 Jan 2020 15:59:12 +0900 (JST)
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Nobuyoshi Nakada 2020-01-09 15:57:10 +0900 (Thu, 09 Jan 2020)
New Revision: b0e9db65c3
https://github.com/ruby/ruby/commit/b0e9db65c3
Log:
Include the standard `id` command output
=
On macOS, GNU coreutils `id` is limited to NGROUPS_MAX groups,
because of the backward compatibility of getgroups(2).
Modified files:
spec/ruby/core/process/groups_spec.rb=