Skip to content

Commit 10e4cda

Browse files
committed
Test portability fix: ensure tini-custom is here
Signed-off-by: apostasie <[email protected]>
1 parent 300a705 commit 10e4cda

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)