mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_logger.rb: fix system dependent test
* test/logger/test_logger.rb (test_shifting_size_not_rotate_too_much): useless test on Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0bb4934afb
commit
0e52301c4b
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class TestLogDevice < Test::Unit::TestCase
|
|||
logdev2.close if logdev2
|
||||
end
|
||||
end
|
||||
end
|
||||
end unless /mswin|mingw/ =~ RUBY_PLATFORM
|
||||
|
||||
private
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue