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/file_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/file_test.go')
| -rw-r--r-- | internal/pkg/file_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/file_test.go b/internal/pkg/file_test.go index 9b326453..7884c406 100644 --- a/internal/pkg/file_test.go +++ b/internal/pkg/file_test.go @@ -18,7 +18,7 @@ func TestFile(t *testing.T) { {"short", pkg.NewFile("null", []byte{0}), base.Append( "identifier", "3376ALA7hIUm2LbzH2fDvRezgzod1eTK_G6XjyOgbM2u-6swvkFaF0BOwSl_juBi", - ), want, nil}, + ), want, pkg.WNew, nil}, }) }, expectsFS{ ".": {Mode: fs.ModeDir | 0700}, |
