diff --git a/integration-cli/docker_cli_proxy_test.go b/integration-cli/docker_cli_proxy_test.go index b804075b8cc7272e621c7737f6c2482f0ae8980f..e0b60fcc59d9a4c7f458d141230694895eb2e719 100644 --- a/integration-cli/docker_cli_proxy_test.go +++ b/integration-cli/docker_cli_proxy_test.go @@ -38,7 +38,8 @@ func (s *DockerDaemonSuite) TestCliProxyProxyTCPSock(c *check.C) { } } - c.Assert(ip, checker.Equals, "") + c.Assert(ip, checker.Not(checker.Equals), "") + err = s.d.Start("-H", "tcp://"+ip+":2375") c.Assert(err, checker.IsNil) cmd := exec.Command(dockerBinary, "info")