From 39ec2f686402fa4419cf2cafef57ebdcda569785 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 10 Sep 2011 10:34:15 +0000 Subject: Revert test fixes. This reverts r33233, r33234, and r33235. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ruby/test_process.rb') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 49c0fa143d..c68b6008fe 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1236,7 +1236,6 @@ class TestProcess < Test::Unit::TestCase end if File.executable?("/bin/sh") def test_too_long_path - GC.start bug4314 = '[ruby-core:34842]' exs = [Errno::ENOENT] exs << Errno::E2BIG if defined?(Errno::E2BIG) @@ -1244,7 +1243,6 @@ class TestProcess < Test::Unit::TestCase end def test_too_long_path2 - GC.start bug4315 = '[ruby-core:34833]' exs = [Errno::ENOENT] exs << Errno::E2BIG if defined?(Errno::E2BIG) -- cgit v1.2.3