1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug #9652]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-03-25 06:55:04 +00:00
parent b8c376cb9d
commit 69c80f18e3

View file

@ -312,7 +312,7 @@ class TestTime < Test::Unit::TestCase
def test_marshal_zone_gc
assert_separately(%w(--disable-gems), <<-'end;')
ENV["TZ"] = "Asia/Tokyo"
ENV["TZ"] = "JST-9"
s = Marshal.dump(Time.now)
t = Marshal.load(s)
n = 0