From 3d16c1ca1490915b8fc2f992d9c4bd5358591c43 Mon Sep 17 00:00:00 2001 From: Nirmal Mehta Date: Tue, 24 May 2016 21:43:22 -0400 Subject: [PATCH] fixed spelling error in docker cli run test Signed-off-by: Nirmal Mehta Upstream-commit: f91acbaee452191f406d31e3f3fd44210aa17fbf Component: engine --- components/engine/integration-cli/docker_cli_run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/integration-cli/docker_cli_run_test.go b/components/engine/integration-cli/docker_cli_run_test.go index 42f9a7b9f9..f1ecbf9adc 100644 --- a/components/engine/integration-cli/docker_cli_run_test.go +++ b/components/engine/integration-cli/docker_cli_run_test.go @@ -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",