1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

Merge pull request #12909 from runcom/12907-fix-TestApiImagesDelete-net-none-build

Fix TestApiImagesDelete for --net none build
Upstream-commit: 648bf6a446373e4e1b64452046dd80e860857d83
Component: engine
This commit is contained in:
Tibor Vass
2015-04-30 18:22:04 -04:00

View File

@@ -100,6 +100,7 @@ func (s *DockerSuite) TestApiImagesSaveAndLoad(c *check.C) {
}
func (s *DockerSuite) TestApiImagesDelete(c *check.C) {
testRequires(c, Network)
name := "test-api-images-delete"
out, err := buildImage(name, "FROM hello-world\nENV FOO bar", false)
if err != nil {