[ruby/logger] Enable more timezone tests on OpenBSD

bcd7e227e8
This commit is contained in:
Jeremy Evans 2019-08-20 21:28:14 -07:00 committed by Hiroshi SHIBATA
parent 7a1c56f978
commit 0b10d46a57

View file

@ -493,7 +493,7 @@ class TestLogDevice < Test::Unit::TestCase
end
end
env_tz_works = /linux|darwin|freebsd/ =~ RUBY_PLATFORM # borrow from test/ruby/test_time_tz.rb
env_tz_works = /linux|darwin|freebsd|openbsd/ =~ RUBY_PLATFORM # borrow from test/ruby/test_time_tz.rb
def test_shifting_weekly
Dir.mktmpdir do |tmpdir|