1
0
Fork 0
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:
akr 2006-07-23 14:03:28 +00:00
parent 9ca1b5fc8e
commit fd7f570cb2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sun Jul 23 22:59:49 2006 Tanaka Akira <akr@fsij.org>
* test/socket/test_unix.rb: disabled on cygwin.
reported by Kouhei Yanagita. [ruby-dev:29080]
Fri Jul 21 23:57:26 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (proc_options): script is never used while recursing.

View file

@ -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