fix wrong foo to zzz in docker_cli_build_test.go
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
parent
6e04fbf748
commit
2276de8704
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…
Add table
Reference in a new issue