1
0
Fork 0
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:
nobu 2013-12-15 09:25:05 +00:00
parent 0bb4934afb
commit 0e52301c4b

View file

@ -579,7 +579,7 @@ class TestLogDevice < Test::Unit::TestCase
logdev2.close if logdev2
end
end
end
end unless /mswin|mingw/ =~ RUBY_PLATFORM
private