mirror of https://github.com/docker/docs.git
fix diff test
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
3b6d9b6820
commit
c286a183b3
|
|
@ -28,7 +28,7 @@ function teardown() {
|
|||
run docker_swarm network inspect node-0/bridge
|
||||
[[ "${output}" != *"\"Containers\": {}"* ]]
|
||||
|
||||
diff <(docker_swarm network inspect node-0/bridge) <(docker_host -H ${HOSTS[0]} network inspect bridge)
|
||||
diff <(docker_swarm network inspect node-0/bridge) <(docker -H ${HOSTS[0]} network inspect bridge)
|
||||
}
|
||||
|
||||
@test "docker network create" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue