Skip to content

Commit 6a28ca3

Browse files
authored
Merge pull request #2661 from kinvolk/mauricio/fix-unit-test-in-libcontainer-exec
libcontainer/integration: fix unit test
2 parents 75201f3 + ac5ec5e commit 6a28ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/integration/exec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ func TestPIDHostInitProcessWait(t *testing.T) {
16611661
pidns := "/proc/1/ns/pid"
16621662

16631663
// Run a container with two long-running processes.
1664-
config := newTemplateConfig(rootfs)
1664+
config := newTemplateConfig(&tParam{rootfs: rootfs})
16651665
config.Namespaces.Add(configs.NEWPID, pidns)
16661666
container, err := newContainerWithName("test", config)
16671667
ok(t, err)

0 commit comments

Comments
 (0)