mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
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
This commit is contained in:
parent
35551be602
commit
39ec2f6864
2 changed files with 2 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue