1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix r56467

* test/ruby/test_dir.rb (test_glob_gc_for_fd): needs
  RLIMIT_NOFILE.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-10-21 07:55:09 +00:00
parent 5d20d347c7
commit e1ff9d68ab

View file

@ -367,5 +367,5 @@ class TestDir < Test::Unit::TestCase
assert_not_empty(list)
assert_equal([*"a".."z"], list)
end;
end
end if defined?(Process::RLIMIT_NOFILE)
end