Merge pull request #20695 from vdemeester/fix-windowsTP4-check

Fix TestExecApiStartWithDetach on WindowsTP4
Upstream-commit: e4a6a889be70c1b5d92b5e4f9e7cbcf3f0941e4e
Component: engine
This commit is contained in:
Antonio Murdaca
2016-02-25 16:04:23 +01:00
@@ -125,7 +125,7 @@ func (s *DockerSuite) TestExecApiStartMultipleTimesError(c *check.C) {
// #20638
func (s *DockerSuite) TestExecApiStartWithDetach(c *check.C) {
name := "foo"
dockerCmd(c, "run", "-d", "-t", "--name", name, "busybox", "top")
runSleepingContainer(c, "-d", "-t", "--name", name)
data := map[string]interface{}{
"cmd": []string{"true"},
"AttachStdin": true,