diff --git a/integration-cli/docker_cli_login_test.go b/integration-cli/docker_cli_login_test.go index 717a1bed74..13d43404a1 100644 --- a/integration-cli/docker_cli_login_test.go +++ b/integration-cli/docker_cli_login_test.go @@ -16,6 +16,6 @@ func (s *DockerSuite) TestLoginWithoutTTY(c *check.C) { // run the command and block until it's done err := cmd.Run() - c.Assert(err, checker.NotNil, check.Commentf("Expected non nil err when loginning in & TTY not available")) + c.Assert(err, checker.NotNil) //"Expected non nil err when loginning in & TTY not available" }