mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/socket/test_unix.rb: disabled on cygwin.
reported by Kouhei Yanagita. [ruby-dev:29080] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9ca1b5fc8e
commit
fd7f570cb2
2 changed files with 6 additions and 1 deletions
|
@ -138,4 +138,4 @@ class TestUNIXSocket < Test::Unit::TestCase
|
|||
s2.close if s2
|
||||
end
|
||||
|
||||
end if defined?(UNIXSocket)
|
||||
end if defined?(UNIXSocket) && /cygwin/ !~ RUBY_PLATFORM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue