mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
fix typo
fix typo I found AMAP in integration-cli/* fix typo mentioned by Allencloud Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
This commit is contained in:
@ -143,7 +143,7 @@ func (s *DockerSuite) TestExecPausedContainer(c *check.C) {
|
||||
|
||||
dockerCmd(c, "pause", "testing")
|
||||
out, _, err := dockerCmdWithError("exec", "-i", "-t", ContainerID, "echo", "hello")
|
||||
c.Assert(err, checker.NotNil, check.Commentf("container should fail to exec new conmmand if it is paused"))
|
||||
c.Assert(err, checker.NotNil, check.Commentf("container should fail to exec new command if it is paused"))
|
||||
|
||||
expected := ContainerID + " is paused, unpause the container before exec"
|
||||
c.Assert(out, checker.Contains, expected, check.Commentf("container should not exec new command if it is paused"))
|
||||
|
Reference in New Issue
Block a user