1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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

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)