зеркало из https://github.com/github/ruby.git
test/test_open3.rb: skip a fd redirection test on windows
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c6ef5bc31e
Коммит
90fc1ef779
|
@ -317,6 +317,7 @@ class TestOpen3 < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_integer_and_symbol_key
|
||||
skip "passing FDs bigger than 2 is not supported on Windows" if /mswin|mingw/ =~ RUBY_PLATFORM
|
||||
command = [RUBY, '-e', 'puts "test_integer_and_symbol_key"']
|
||||
out, status = Open3.capture2(*command, :in => IO::NULL, 3 => IO::NULL)
|
||||
assert_equal("test_integer_and_symbol_key\n", out)
|
||||
|
|
Загрузка…
Ссылка в новой задаче