1
0
Fork 0
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:
nobu 2014-02-21 07:49:54 +00:00
parent be5de49090
commit 5258f67d17

View file

@ -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