Windows CI: Integrity check for busybox top
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 6a931c3590f5a2f274f9ab4c43452939d101a1b5 Component: engine
This commit is contained in:
@ -439,7 +439,7 @@ func (s *DockerSuite) TestEventsCopy(c *check.C) {
|
||||
func (s *DockerSuite) TestEventsResize(c *check.C) {
|
||||
since := daemonTime(c).Unix()
|
||||
|
||||
out, _ := dockerCmd(c, "run", "-d", "busybox", "top")
|
||||
out, _ := runSleepingContainer(c, "-d")
|
||||
cID := strings.TrimSpace(out)
|
||||
c.Assert(waitRun(cID), checker.IsNil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user