fix diff test

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2015-11-02 18:03:29 -08:00
parent 3b6d9b6820
commit c286a183b3
1 changed files with 1 additions and 1 deletions

View File

@ -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" {