diff options
Diffstat (limited to 'container/container_test.go')
| -rw-r--r-- | container/container_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/container_test.go b/container/container_test.go index 62134f70..10c20659 100644 --- a/container/container_test.go +++ b/container/container_test.go @@ -392,7 +392,7 @@ func testContainerCancel( } func TestContainerString(t *testing.T) { - c := container.New(t.Context(), "ldd", "/usr/bin/env") + c := container.NewCommand(t.Context(), "/run/current-system/sw/bin/ldd", "ldd", "/usr/bin/env") c.SeccompFlags |= seccomp.AllowMultiarch c.SeccompRules = seccomp.Preset( seccomp.PresetExt|seccomp.PresetDenyNS|seccomp.PresetDenyTTY, |
