mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_logdevice.rb: run iff timezene supported
* test/logger/test_logdevice.rb (test_shifting_dst_change): test only on platforms where timezone is supported. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
be5de49090
commit
5258f67d17
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ class TestLogDevice < Test::Unit::TestCase
|
|||
assert_not_match(/hello-1/, cont)
|
||||
assert_file.exist?(log+".20140330")
|
||||
end
|
||||
end
|
||||
end if /linux|darwin|freebsd/ =~ RUBY_PLATFORM # borrow from test/ruby/test_time_tz.rb
|
||||
|
||||
private
|
||||
|
||||
|
|
Loading…
Reference in a new issue