Merge pull request #31442 from lixiaobing10051267/masterBuildTest
fix wrong foo to zzz in docker_cli_build_test.go
This commit is contained in:
commit
72989415ac
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ func (s *DockerSuite) TestBuildEnvironmentReplacementEnv(c *check.C) {
|
|||
} else if strings.HasPrefix(parts[0], "env") {
|
||||
envCount++
|
||||
if parts[1] != "zzz" {
|
||||
c.Fatalf("%s should be 'foo' but instead its %q", parts[0], parts[1])
|
||||
c.Fatalf("%s should be 'zzz' but instead its %q", parts[0], parts[1])
|
||||
}
|
||||
} else if strings.HasPrefix(parts[0], "env") {
|
||||
envCount++
|
||||
|
|
Loading…
Reference in a new issue