mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Enable more Time TZ tests on OpenBSD
This commit is contained in:
parent
a230e65e8b
commit
81dfe3c47b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class TestTimeTZ < Test::Unit::TestCase
|
|||
case RUBY_PLATFORM
|
||||
when /linux/
|
||||
force_tz_test = true
|
||||
when /darwin|freebsd/
|
||||
when /darwin|freebsd|openbsd/
|
||||
has_lisbon_tz = false
|
||||
force_tz_test = true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue