Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: fahed dorgaa <fahed.dorgaa@gmail.com>
  • Loading branch information
fahedouch committed Apr 7, 2024
1 parent 34282f5 commit a3da5f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/containerd-shim-runc-v2/process/io_test.go
Expand Up @@ -25,6 +25,7 @@ import (
"testing"

"github.com/containerd/containerd/v2/pkg/namespaces"
"github.com/containerd/containerd/v2/pkg/testutil"
)

func TestNewBinaryIO(t *testing.T) {
Expand All @@ -50,6 +51,8 @@ func TestNewBinaryIO(t *testing.T) {
}

func TestNewAttachableBinaryIO(t *testing.T) {
testutil.RequiresRoot(t)

ctx := namespaces.WithNamespace(context.Background(), "test")
uri, _ := url.Parse("binary:///bin/echo?test")

Expand Down

0 comments on commit a3da5f4

Please sign in to comment.