summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-25 06:55:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-25 06:55:04 +0000
commit69c80f18e3752fe823f82e200215ae803f2537b9 (patch)
tree6d1ed60beb9374abc086e9dea9c1cd470463a27c /test/ruby/test_time.rb
parentb8c376cb9d91854fd40f6e06f07773404899b54f (diff)
* 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
Diffstat (limited to 'test/ruby/test_time.rb')
-rw-r--r--test/ruby/test_time.rb2
1 files changed, 1 insertions, 1 deletions
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