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 21, 2024
1 parent b913e4c commit 75509a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/containerd-shim-runc-v2/process/io_test.go
Expand Up @@ -54,7 +54,7 @@ func TestNewAttachableBinaryIO(t *testing.T) {
testutil.RequiresRoot(t)

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

before := descriptorCount(t)

Expand Down

0 comments on commit 75509a2

Please sign in to comment.