Merge pull request #29237 from lixiaobing10051267/masterBreak

add break when found in TestVolumeCLICreateWithOpts()
This commit is contained in:
Sebastiaan van Stijn 2016-12-08 09:58:22 +01:00 committed by GitHub
commit 16157034f6

View file

@ -311,6 +311,7 @@ func (s *DockerSuite) TestVolumeCLICreateWithOpts(c *check.C) {
c.Assert(info[4], checker.Equals, "tmpfs")
c.Assert(info[5], checker.Contains, "uid=1000")
c.Assert(info[5], checker.Contains, "size=1024k")
break
}
}
c.Assert(found, checker.Equals, true)