浏览代码

Correct wrong comment of TestPushBusyboxImage.

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
Yuan Sun 10 年之前
父节点
当前提交
f244ed2531
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integration-cli/docker_cli_push_test.go

+ 1 - 1
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