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

* test/logger/test_logdevice.rb (TestLogDevice#test_shifting_period_suffix):

too many shifting.  the last shifting created logs named as `*.3`, and
  they were never unlinked.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2016-05-01 14:56:45 +00:00
parent b1ec36b2e6
commit b1376614de

View file

@ -309,7 +309,6 @@ class TestLogDevice < Test::Unit::TestCase
logger.info("0" * 15)
logger.info("0" * 15)
logger.info("0" * 15)
logger.info("0" * 15)
assert_file.exist?(@filename)
assert_file.exist?(filename1)
assert_file.exist?(filename2)