summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2019-08-20 21:28:14 -0700
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-10 21:01:11 +0900
commit0b10d46a577bb6b0e8e177f5c3f17f8d61007d6c (patch)
tree9e0f475c562c59747b453b8d1f57b8da181f953a /test
parent7a1c56f978907d03876772d942619ec90cbbfa6b (diff)
[ruby/logger] Enable more timezone tests on OpenBSD
https://github.com/ruby/logger/commit/bcd7e227e8
Diffstat (limited to 'test')
-rw-r--r--test/logger/test_logdevice.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/logger/test_logdevice.rb b/test/logger/test_logdevice.rb
index 1f9dfc3292..5adf06eb57 100644
--- a/test/logger/test_logdevice.rb
+++ b/test/logger/test_logdevice.rb
@@ -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|