Merge pull request #25515 from WeiZhang555/fix-typo

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

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))