Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
| ... | ... |
@@ -1389,7 +1389,7 @@ func (s *DockerSuite) TestEmbeddedDNSInvalidInput(c *check.C) {
|
| 1389 | 1389 |
testRequires(c, DaemonIsLinux, NotUserNamespace) |
| 1390 | 1390 |
dockerCmd(c, "network", "create", "-d", "bridge", "nw1") |
| 1391 | 1391 |
|
| 1392 |
- // Sending garbge to embedded DNS shouldn't crash the daemon |
|
| 1392 |
+ // Sending garbage to embedded DNS shouldn't crash the daemon |
|
| 1393 | 1393 |
dockerCmd(c, "run", "-i", "--net=nw1", "--name=c1", "debian:jessie", "bash", "-c", "echo InvalidQuery > /dev/udp/127.0.0.11/53") |
| 1394 | 1394 |
} |
| 1395 | 1395 |
|