Merge pull request #27416 from AkihiroSuda/fix-failing-TestBuildLabelsOverride

[test] fix failure of TestBuildLabelsOverride on Windows
Upstream-commit: 319a929c371525b7521d08dcc13fb34317a76ff4
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-10-16 15:14:57 -07:00
committed by GitHub

View File

@ -6636,7 +6636,7 @@ func (s *DockerSuite) TestBuildLabelsOverride(c *check.C) {
name = "scratchz"
expected = `{"bar":"$PATH"}`
_, err = buildImage(name,
`FROM scratch`,
`FROM `+minimalBaseImage(),
true, "--label", "bar=$PATH")
c.Assert(err, check.IsNil)