Browse code

Change TestRunNonRootUserResolvName Fail log.

Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>

Daehyeok Mun authored on 2015/11/20 13:44:42
Showing 1 changed files
... ...
@@ -1331,7 +1331,7 @@ func (s *DockerSuite) TestRunResolvconfUpdate(c *check.C) {
1331 1331
 	}
1332 1332
 
1333 1333
 	if bytes.Equal(containerResolv, resolvConfSystem) {
1334
-		c.Fatalf("Restarting  a container after container updated resolv.conf should not pick up host changes; expected %q, got %q", string(containerResolv), string(resolvConfSystem))
1334
+		c.Fatalf("Container's resolv.conf should not have been updated with host resolv.conf: %q", string(containerResolv))
1335 1335
 	}
1336 1336
 
1337 1337
 	//3. test that a running container's resolv.conf is not modified while running