Merge pull request #27416 from AkihiroSuda/fix-failing-TestBuildLabelsOverride
[test] fix failure of TestBuildLabelsOverride on Windows
This commit is contained in:
commit
319a929c37
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue