Exclude UNIXSocket tests again; ref #3878

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-12-14 00:03:34 +09:00
parent d2163d13a8
commit 69ad12de06
+4
View File
@@ -1,3 +1,5 @@
unless SocketTest.win?
def unixserver_test_block
path = SocketTest.tmppath
File.unlink path rescue nil
@@ -124,3 +126,5 @@ assert('UNIXSocket#recvfrom') do
# a[1][1] would be "" or something
end
end
end # SocketTest.win?