Exclude `UNIXSocket` tests again; ref #3878

parent d2163d13
unless SocketTest.win?
def unixserver_test_block def unixserver_test_block
path = SocketTest.tmppath path = SocketTest.tmppath
File.unlink path rescue nil File.unlink path rescue nil
...@@ -124,3 +126,5 @@ assert('UNIXSocket#recvfrom') do ...@@ -124,3 +126,5 @@ assert('UNIXSocket#recvfrom') do
# a[1][1] would be "" or something # a[1][1] would be "" or something
end end
end end
end # SocketTest.win?
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment