summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-08 10:38:39 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-08 10:38:39 +0000
commit370a64cf10a3212106cfb7317fd908296e9ac7ca (patch)
tree22b1875dc2e812858f9e76a74f598162ede432db /test
parent8eecb0a9f9a19bd3327a054c743dff2b825dc97a (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_gc.rb1
1 files changed, 1 insertions, 0 deletions
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]")