1
0
mirror of https://github.com/moby/moby.git synced 2025-12-04 19:23:06 +03:00

invalide detach keys provided

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
lixiaobing10051267
2017-02-21 17:41:45 +08:00
parent aef8aa565f
commit 660ec32e8f
2 changed files with 2 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ func (s *DockerSuite) TestRunAttachDetachFromInvalidFlag(c *check.C) {
c.Fatal(err)
}
// it should print a warning to indicate the detach key flag is invalid
errStr := "Invalid escape keys (ctrl-A,a) provided"
errStr := "Invalid detach keys (ctrl-A,a) provided"
c.Assert(strings.TrimSpace(out), checker.Equals, errStr)
}