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:
parent
b8c376cb9d
commit
69c80f18e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue