mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
* process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroups
and Process#maxgroups= now raise NotImplementedError if the platform don't support supplementary groups concept. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2ff3ec5dbe
commit
bd90dc80f2
4 changed files with 21 additions and 2 deletions
|
@ -1158,6 +1158,7 @@ class TestProcess < Test::Unit::TestCase
|
|||
|
||||
def test_maxgroups
|
||||
assert_kind_of(Integer, Process.maxgroups)
|
||||
rescue NotImplementedError
|
||||
end
|
||||
|
||||
def test_geteuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue