summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-04 01:25:04 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-04 01:25:04 +0000
commitf65cdf797f514a7b7897ae5e5dc8aeafa42df96b (patch)
tree2edcf31a3952399eff4bf608988c71fef211a1ee /test/ruby/test_gc.rb
parent14f878aed60a62b24535983c136a8eb5e59030b8 (diff)
Fix test of gc introduced in r33379.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_gc.rb')
-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]")