1
0
mirror of https://github.com/moby/moby.git synced 2025-12-17 00:02:44 +03:00

duplicated the

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

typo

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

fix some typos

Signed-off-by: Jie Luo <luo612@zju.edu.cn>
This commit is contained in:
Jie Luo
2016-12-21 11:03:39 +08:00
parent fb41283e49
commit ea2dd4b5d0
9 changed files with 12 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ func (s *DockerSuite) TestExecTTY(c *check.C) {
c.Assert(bytes.Contains(buf, []byte("hello")), checker.Equals, true, check.Commentf(string(buf[:read])))
}
// Test the the TERM env var is set when -t is provided on exec
// Test the TERM env var is set when -t is provided on exec
func (s *DockerSuite) TestExecWithTERM(c *check.C) {
testRequires(c, DaemonIsLinux, SameHostDaemon)
out, _ := dockerCmd(c, "run", "-id", "busybox", "/bin/cat")