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

This commit is contained in:
Guillaume J. Charmes 2013-04-04 20:40:42 -07:00
Родитель bae6f95830
Коммит b76b329ef0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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