We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75201f3 + ac5ec5e commit 6a28ca3Copy full SHA for 6a28ca3
libcontainer/integration/exec_test.go
@@ -1661,7 +1661,7 @@ func TestPIDHostInitProcessWait(t *testing.T) {
1661
pidns := "/proc/1/ns/pid"
1662
1663
// Run a container with two long-running processes.
1664
- config := newTemplateConfig(rootfs)
+ config := newTemplateConfig(&tParam{rootfs: rootfs})
1665
config.Namespaces.Add(configs.NEWPID, pidns)
1666
container, err := newContainerWithName("test", config)
1667
ok(t, err)
0 commit comments