From f244ed2531721ec8b3240d1ec8e2bd9f9acf466c Mon Sep 17 00:00:00 2001 From: Yuan Sun Date: Tue, 7 Jul 2015 16:10:37 +0800 Subject: [PATCH] Correct wrong comment of TestPushBusyboxImage. Signed-off-by: Yuan Sun --- integration-cli/docker_cli_push_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/docker_cli_push_test.go b/integration-cli/docker_cli_push_test.go index ca971807f9..06c2bf44f9 100644 --- a/integration-cli/docker_cli_push_test.go +++ b/integration-cli/docker_cli_push_test.go @@ -12,7 +12,7 @@ import ( "github.com/go-check/check" ) -// pulling an image from the central registry should work +// Pushing an image to a private registry. func (s *DockerRegistrySuite) TestPushBusyboxImage(c *check.C) { repoName := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL) // tag the image to upload it to the private registry