Merge pull request #16862 from cpuguy83/bump_runc

Bump runc
This commit is contained in:
Arnaud Porterie
2015-10-08 19:09:47 -07:00
4 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -613,9 +613,8 @@ func (s *DockerSuite) TestExecOnReadonlyContainer(c *check.C) {
}
// #15750
// TODO Fix this test on windows #16738
func (s *DockerSuite) TestExecStartFails(c *check.C) {
testRequires(c, DaemonIsLinux, SameHostDaemon)
testRequires(c, DaemonIsLinux)
name := "exec-15750"
dockerCmd(c, "run", "-d", "--name", name, "busybox", "top")
c.Assert(waitRun(name), check.IsNil)