1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Prevent destroy() to stop twice container in TestRestore()

This commit is contained in:
Guillaume J. Charmes 2013-04-04 20:40:42 -07:00
parent bae6f95830
commit b76b329ef0

View file

@ -358,4 +358,5 @@ func TestRestore(t *testing.T) {
if err := container3.Run(); err != nil {
t.Fatal(err)
}
container2.State.Running = false
}