diff options
| author | Hiroshi Mimaki <[email protected]> | 2017-12-26 11:05:28 +0900 |
|---|---|---|
| committer | Hiroshi Mimaki <[email protected]> | 2017-12-26 11:05:28 +0900 |
| commit | bce811a53a16bae895180703bdf3504b3592a6d7 (patch) | |
| tree | 4ad229968885a37cd12d2ea500b6c275e5bd011e /mrbgems/mruby-socket/test/unix.rb | |
| parent | 6b09692684583fd4d551bd53b00e0e90b34ebab5 (diff) | |
| download | mruby-bce811a53a16bae895180703bdf3504b3592a6d7.tar.gz mruby-bce811a53a16bae895180703bdf3504b3592a6d7.zip | |
Disabled UNIXSocket test on Cygwin
Diffstat (limited to 'mrbgems/mruby-socket/test/unix.rb')
| -rw-r--r-- | mrbgems/mruby-socket/test/unix.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-socket/test/unix.rb b/mrbgems/mruby-socket/test/unix.rb index 2a29ddae7..4a88fba21 100644 --- a/mrbgems/mruby-socket/test/unix.rb +++ b/mrbgems/mruby-socket/test/unix.rb @@ -1,4 +1,4 @@ -unless SocketTest.win? +unless SocketTest.win? || SocketTest.cygwin? def unixserver_test_block path = SocketTest.tmppath |
