* 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:
kosaki 2011-03-10 16:54:02 +00:00
parent 2ff3ec5dbe
commit bd90dc80f2
4 changed files with 21 additions and 2 deletions

View file

@ -1158,6 +1158,7 @@ class TestProcess < Test::Unit::TestCase
def test_maxgroups
assert_kind_of(Integer, Process.maxgroups)
rescue NotImplementedError
end
def test_geteuid