diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-26 14:02:58 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-26 14:02:58 +0900 |
| commit | d2f30173cd8d635e37623cf72b4867eb0e6ddf1d (patch) | |
| tree | f3467d3ad18fb77cef48ff0ab0b48ff55a75b750 /internal/pkg/exec_test.go | |
| parent | 5319ea994c1c93617d7814e710d922a7b147932b (diff) | |
internal/pkg: isolate container params
This enables exporting container params for interactive troubleshooting within the cure container.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/exec_test.go')
| -rw-r--r-- | internal/pkg/exec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
