mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Exclude UNIXSocket tests again; ref #3878
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user