From f48ef8bb9e9b35309ddf52fc959a8605a17f78e1 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 21 Sep 2011 08:02:03 +0000 Subject: * test/io/wait/test_io_wait.rb (TestIOWait#setup): of course, the behavior of mingw is just same with mswin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/io/wait/test_io_wait.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/io/wait') diff --git a/test/io/wait/test_io_wait.rb b/test/io/wait/test_io_wait.rb index a35caaa24a..3cf967e467 100644 --- a/test/io/wait/test_io_wait.rb +++ b/test/io/wait/test_io_wait.rb @@ -9,7 +9,7 @@ end class TestIOWait < Test::Unit::TestCase def setup - if /mswin/ =~ RUBY_PLATFORM + if /mswin|mingw/ =~ RUBY_PLATFORM @r, @w = Socket.pair(Socket::AF_INET, Socket::SOCK_STREAM, 0) else @r, @w = IO.pipe -- cgit v1.2.3