mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
parent
b2b41b2194
commit
da6609ccdc
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue