Browse code

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

Guillaume J. Charmes authored on 2013/04/05 12:40:42
Showing 1 changed files
... ...
@@ -358,4 +358,5 @@ func TestRestore(t *testing.T) {
358 358
 	if err := container3.Run(); err != nil {
359 359
 		t.Fatal(err)
360 360
 	}
361
+	container2.State.Running = false
361 362
 }