Browse code

Correct wrong comment of TestPushBusyboxImage.

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>

Yuan Sun authored on 2015/07/07 17:10:37
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ import (
12 12
 	"github.com/go-check/check"
13 13
 )
14 14
 
15
-// pulling an image from the central registry should work
15
+// Pushing an image to a private registry.
16 16
 func (s *DockerRegistrySuite) TestPushBusyboxImage(c *check.C) {
17 17
 	repoName := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)
18 18
 	// tag the image to upload it to the private registry