Merge pull request #25515 from WeiZhang555/fix-typo

Fix typo
This commit is contained in:
Sebastiaan van Stijn 2016-08-09 12:47:34 +02:00 committed by GitHub
commit c3fdb70128

View file

@ -241,7 +241,7 @@ func (s *DockerSuite) TestRestartContainerwithRestartPolicy(c *check.C) {
dockerCmd(c, "start", id2)
}
func (s *DockerSuite) TestRestartAutoRmoveContainer(c *check.C) {
func (s *DockerSuite) TestRestartAutoRemoveContainer(c *check.C) {
out, _ := runSleepingContainer(c, "--rm")
id := strings.TrimSpace(string(out))