Browse code

fix wrong foo to zzz in docker_cli_build_test.go

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>

lixiaobing10051267 authored on 2017/03/01 18:49:54
Showing 1 changed files
... ...
@@ -197,7 +197,7 @@ func (s *DockerSuite) TestBuildEnvironmentReplacementEnv(c *check.C) {
197 197
 		} else if strings.HasPrefix(parts[0], "env") {
198 198
 			envCount++
199 199
 			if parts[1] != "zzz" {
200
-				c.Fatalf("%s should be 'foo' but instead its %q", parts[0], parts[1])
200
+				c.Fatalf("%s should be 'zzz' but instead its %q", parts[0], parts[1])
201 201
 			}
202 202
 		} else if strings.HasPrefix(parts[0], "env") {
203 203
 			envCount++