Attempt to make DockerApiIntegrationTests work on Linux

This commit is contained in:
Stephane Nicoll
2020-01-21 10:19:56 +01:00
parent 308d9baec0
commit ffd7670843

View File

@@ -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" });
}
}