1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix TestExecApiStartWithDetach on WindowsTP4

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-02-25 14:27:22 +01:00
parent 41f2a674b8
commit 21c8511123

View file

@ -125,7 +125,7 @@ func (s *DockerSuite) TestExecApiStartMultipleTimesError(c *check.C) {
// #20638 // #20638
func (s *DockerSuite) TestExecApiStartWithDetach(c *check.C) { func (s *DockerSuite) TestExecApiStartWithDetach(c *check.C) {
name := "foo" name := "foo"
dockerCmd(c, "run", "-d", "-t", "--name", name, "busybox", "top") runSleepingContainer(c, "-d", "-t", "--name", name)
data := map[string]interface{}{ data := map[string]interface{}{
"cmd": []string{"true"}, "cmd": []string{"true"},
"AttachStdin": true, "AttachStdin": true,