* test/testunit/test_parallel.rb

(test_should_run_all_without_any_leaks): accomplish r31023.
      [ruby-dev:43300] [Bug #4466]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2011-03-07 05:15:22 +00:00
parent 7b3c2c28dc
commit c414d861c1

View File

@ -153,7 +153,6 @@ module TestParallel
def test_should_run_all_without_any_leaks
spawn_runner
buf = timeout(10){@test_out.read}
assert_match(/^\.+SF\.+F\.*$/,buf)
assert_match(/^\.*(\.SF\.*F|F\.*\.+SF)\.*$/,buf)
end