* test/ruby/test_process.rb: skip some tests on Windows.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2010-05-14 04:34:37 +00:00
parent 4eb19660e9
commit d863f7af0c

View file

@ -466,7 +466,6 @@ class TestProcess < Test::Unit::TestCase
}
Process.wait pid
}
end
closed_fd = nil
with_pipes(5) {|pipes|
@ -484,6 +483,7 @@ class TestProcess < Test::Unit::TestCase
Process.wait pid
end
}
end
system(*ECHO["funya"], :out=>"out")
assert_equal("funya\n", File.read("out"))