From f65cdf797f514a7b7897ae5e5dc8aeafa42df96b Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 4 Oct 2011 01:25:04 +0000 Subject: Fix test of gc introduced in r33379. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 736f9349d3..a0bc7f8b7f 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -89,6 +89,7 @@ class TestGc < Test::Unit::TestCase assert_normal_exit("exit", "[ruby-core:39777]", :child_env => env) env = { + "RUBYOPT" => "", "RUBY_HEAP_MIN_SLOTS" => "100000" } assert_in_out_err([env, "-e", "exit"], "", [], [], "[ruby-core:39795]") -- cgit v1.2.3