From 4b6c584023f41827c891f33a16cb5db221b7cd19 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 2 Aug 2023 17:02:37 -0400 Subject: Remove --disable-gems for assert_separately assert_separately adds --disable=gems so we don't need to add --disable-gems when calling assert_separately. --- test/ruby/test_time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_time.rb') diff --git a/test/ruby/test_time.rb b/test/ruby/test_time.rb index 0faad878fc..40b7ac79f8 100644 --- a/test/ruby/test_time.rb +++ b/test/ruby/test_time.rb @@ -438,7 +438,7 @@ class TestTime < Test::Unit::TestCase end def test_marshal_zone_gc - assert_separately(%w(--disable-gems), <<-'end;', timeout: 30) + assert_separately([], <<-'end;', timeout: 30) ENV["TZ"] = "JST-9" s = Marshal.dump(Time.now) t = Marshal.load(s) -- cgit v1.2.3