Attempt to make DockerApiIntegrationTests work on Linux
This commit is contained in:
@@ -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" });
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user