diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-08 14:19:17 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-08 14:19:17 +0900 |
| commit | 3c6e9b3d0526a9338dc897a8e288647b2ec12b10 (patch) | |
| tree | 11116bbe25971f9e29de627857b599974132f8a3 /internal/pkg/archive_test.go | |
| parent | aa5e77ef277d5cb144e4841f3c1ab41282faac01 (diff) | |
internal/pkg: expose cure whence
Useful for cure determinism validation of KindExec.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/archive_test.go')
| -rw-r--r-- | internal/pkg/archive_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/archive_test.go b/internal/pkg/archive_test.go index 29383eda..239965fd 100644 --- a/internal/pkg/archive_test.go +++ b/internal/pkg/archive_test.go @@ -186,7 +186,7 @@ func TestArchiveArtifact(t *testing.T) { cureMany(t, c, []cureStep{ {"sample", pkg.NewArchive( pkg.NewFile("", buf.Bytes()), - ), ignorePathname, expectsFS(want), nil}, + ), ignorePathname, expectsFS(want), pkg.WNew, nil}, }) }, expectsFS{ ".": {Mode: fs.ModeDir | 0700}, |
