Signed-off-by: Nirmal Mehta <nirmalkmehta@gmail.com>
| ... | ... |
@@ -4342,7 +4342,7 @@ func (s *DockerSuite) TestRunTooLongHostname(c *check.C) {
|
| 4342 | 4342 |
c.Assert(err, checker.NotNil, check.Commentf("Expected docker run to fail!"))
|
| 4343 | 4343 |
c.Assert(out, checker.Contains, "invalid hostname format:", check.Commentf("Expected to have 'invalid hostname format:' in the output, get: %s!", out))
|
| 4344 | 4344 |
|
| 4345 |
- // Addtional test cases |
|
| 4345 |
+ // Additional test cases |
|
| 4346 | 4346 |
validHostnames := map[string]string{
|
| 4347 | 4347 |
"hostname": "hostname", |
| 4348 | 4348 |
"host-name": "host-name", |