Windows CI: Fix TestStartAttachMultipleContainers

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: ef9f13af3d9293458a03223a030028381da4ae09
Component: engine
This commit is contained in:
John Howard
2016-02-23 16:24:35 -08:00
parent 271b18177c
commit ca915e8020

View File

@ -148,7 +148,7 @@ func (s *DockerSuite) TestStartMultipleContainers(c *check.C) {
func (s *DockerSuite) TestStartAttachMultipleContainers(c *check.C) {
// run multiple containers to test
for _, container := range []string{"test1", "test2", "test3"} {
dockerCmd(c, "run", "-d", "--name", container, "busybox", "top")
runSleepingContainer(c, "--name", container)
}
// stop all the containers