Skip to content

Commit

Permalink
Merge pull request moby#11729 from icecrime/11048_carry
Browse files Browse the repository at this point in the history
  • Loading branch information
LK4D4 committed Mar 25, 2015
2 parents 9359e2b + 8900ae2 commit 5f7e142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-cli/docker_cli_pull_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ func TestPullVerified(t *testing.T) {

// pulling an image from the central registry should work
func TestPullImageFromCentralRegistry(t *testing.T) {
testRequires(t, Network)

defer deleteImages("hello-world")

pullCmd := exec.Command(dockerBinary, "pull", "hello-world")
Expand Down

0 comments on commit 5f7e142

Please sign in to comment.