aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_process.rb1
1 files changed, 1 insertions, 0 deletions
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