From d2f30173cd8d635e37623cf72b4867eb0e6ddf1d Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 26 Mar 2026 14:02:58 +0900 Subject: internal/pkg: isolate container params This enables exporting container params for interactive troubleshooting within the cure container. Signed-off-by: Ophestra --- internal/pkg/exec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/pkg/exec_test.go') diff --git a/internal/pkg/exec_test.go b/internal/pkg/exec_test.go index baf9b8de..b3eaa74e 100644 --- a/internal/pkg/exec_test.go +++ b/internal/pkg/exec_test.go @@ -92,7 +92,7 @@ func TestExec(t *testing.T) { []string{"testtool"}, pkg.ExecPath{}, - ), nil, pkg.Checksum{}, os.ErrInvalid}, + ), nil, pkg.Checksum{}, pkg.ErrInvalidPaths}, }) // check init failure passthrough -- cgit v1.3.1