Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
| ... | ... |
@@ -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 |