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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user