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:
parent
b1ec36b2e6
commit
b1376614de
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue