* 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:
parent
b1ec36b2e6
commit
b1376614de
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user