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:
parent
5d20d347c7
commit
e1ff9d68ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue