From bd90dc80f29a09376e04f5f1b6adbe17806a67fa Mon Sep 17 00:00:00 2001 From: kosaki Date: Thu, 10 Mar 2011 16:54:02 +0000 Subject: * 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 --- test/ruby/test_process.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index f3f3f9eb80..39c8b18966 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1158,6 +1158,7 @@ class TestProcess < Test::Unit::TestCase def test_maxgroups assert_kind_of(Integer, Process.maxgroups) + rescue NotImplementedError end def test_geteuid -- cgit v1.2.3