update docker_cli_login_test.go

part of #16756

Signed-off-by: Xiaoxu Chen <chenxiaoxu14@otcaix.iscas.ac.cn>
Upstream-commit: 75bc0c064bb9a0b06b257add956a461c89f24b9b
Component: engine
This commit is contained in:
Xiaoxu Chen
2015-10-09 15:08:01 +08:00
parent 11d29e39af
commit 70579155d2

View File

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