mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-10 01:40:46 +08:00

committed by
Michael Crosby

parent
daca745c4c
commit
bcd0222be5
@@ -118,9 +118,6 @@ func TestFactoryLoadContainer(t *testing.T) {
|
||||
}
|
||||
|
||||
config := container.Config()
|
||||
if config == nil {
|
||||
t.Fatal("expected non nil container config")
|
||||
}
|
||||
|
||||
if config.RootFs != expectedConfig.RootFs {
|
||||
t.Fatalf("expected rootfs %q but received %q", expectedConfig.RootFs, config.RootFs)
|
||||
|
Reference in New Issue
Block a user