Skip to content

Commit 3382194

Browse files
authored
Merge pull request containerd#3847 from apostasie/ci-fix-tini-custom
Test portability fix: ensure tini-custom is here
2 parents d88bed4 + 10e4cda commit 3382194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/nerdctl/container/container_run_linux_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ func TestRunUlimit(t *testing.T) {
277277
func TestRunWithInit(t *testing.T) {
278278
t.Parallel()
279279
testutil.DockerIncompatible(t)
280+
testutil.RequireExecutable(t, "tini-custom")
280281
base := testutil.NewBase(t)
281282

282283
container := testutil.Identifier(t)

0 commit comments

Comments
 (0)