Merge pull request #18112 from daehyeok/fix_dry_run_test

Change TestRunNonRootUserResolvName Fail log.
This commit is contained in:
Antonio Murdaca 2015-12-14 13:31:17 +01:00
commit f8bc4ed573

View file

@ -1331,7 +1331,7 @@ func (s *DockerSuite) TestRunResolvconfUpdate(c *check.C) {
}
if bytes.Equal(containerResolv, resolvConfSystem) {
c.Fatalf("Restarting a container after container updated resolv.conf should not pick up host changes; expected %q, got %q", string(containerResolv), string(resolvConfSystem))
c.Fatalf("Container's resolv.conf should not have been updated with host resolv.conf: %q", string(containerResolv))
}
//3. test that a running container's resolv.conf is not modified while running