1
0
Fork 0
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:
Jeremy Evans 2019-08-20 21:26:12 -07:00
parent a230e65e8b
commit 81dfe3c47b

View file

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