Commit ffd76708 authored by Stephane Nicoll's avatar Stephane Nicoll

Attempt to make DockerApiIntegrationTests work on Linux

parent 308d9bae
......@@ -66,7 +66,7 @@ class LinuxDomainSocket extends DomainSocket {
@Override
protected List<String> getFieldOrder() {
return Arrays.asList(new String[] { "sunLen", "sunFamily", "sunPath" });
return Arrays.asList(new String[] { "sunFamily", "sunPath" });
}
}
......
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