From 69c80f18e3752fe823f82e200215ae803f2537b9 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 25 Mar 2014 06:55:04 +0000 Subject: * 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 --- test/ruby/test_time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_time.rb b/test/ruby/test_time.rb index 89fcd3522c..b51ec2d294 100644 --- a/test/ruby/test_time.rb +++ b/test/ruby/test_time.rb @@ -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 -- cgit v1.2.3