From 370a64cf10a3212106cfb7317fd908296e9ac7ca Mon Sep 17 00:00:00 2001 From: kosaki Date: Sat, 8 Oct 2011 10:38:39 +0000 Subject: merge revision(s) 33394: ------------------------------------------------------------------------ r33394 | naruse | 2011-10-03 21:25:04 -0400 (Mon, 03 Oct 2011) | 1 line Fix test of gc introduced in r33379. ------------------------------------------------------------------------ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33434 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