fixed spelling error in docker cli run test

Signed-off-by: Nirmal Mehta <nirmalkmehta@gmail.com>
Upstream-commit: f91acbaee452191f406d31e3f3fd44210aa17fbf
Component: engine
This commit is contained in:
Nirmal Mehta
2016-05-24 21:43:22 -04:00
parent b5619754dc
commit 3d16c1ca14

View File

@ -4342,7 +4342,7 @@ func (s *DockerSuite) TestRunTooLongHostname(c *check.C) {
c.Assert(err, checker.NotNil, check.Commentf("Expected docker run to fail!"))
c.Assert(out, checker.Contains, "invalid hostname format:", check.Commentf("Expected to have 'invalid hostname format:' in the output, get: %s!", out))
// Addtional test cases
// Additional test cases
validHostnames := map[string]string{
"hostname": "hostname",
"host-name": "host-name",