We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc067f1 + 6140a6b commit b6d67faCopy full SHA for b6d67fa
1 file changed
cmd/nerdctl/container/container_run_systemd_linux_test.go
@@ -74,6 +74,7 @@ func TestRunWithSystemdTrueEnabled(t *testing.T) {
74
75
testCase.Setup = func(data test.Data, helpers test.Helpers) {
76
helpers.Ensure("run", "-d", "--name", data.Identifier(), "--systemd=true", "--entrypoint=/sbin/init", testutil.SystemdImage)
77
+ nerdtest.EnsureContainerStarted(helpers, data.Identifier())
78
}
79
80
testCase.Cleanup = func(data test.Data, helpers test.Helpers) {
0 commit comments