From fa93476896700f990e303cf3f60caa77f30df625 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 4 Jan 2026 00:55:23 +0900 Subject: internal/pkg: override working directory perms This must be writable to enable renaming, and the final result is conventionally read-only alongside the entire directory contents. This change overrides the permission bits as part of Store. Signed-off-by: Ophestra --- internal/pkg/pkg_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/pkg/pkg_test.go') diff --git a/internal/pkg/pkg_test.go b/internal/pkg/pkg_test.go index 46084ff4..6f4a256a 100644 --- a/internal/pkg/pkg_test.go +++ b/internal/pkg/pkg_test.go @@ -455,7 +455,7 @@ func TestCache(t *testing.T) { } else if !store { t.Fatal("Store did not store nonpresent entry") } - }, pkg.MustDecode("N7dntFYbOq9V4iC-rjAQ-By6ofPIQVZkA8V0r0G07M_sdB7Zh42Ttrspsc38ioYa")}, + }, pkg.MustDecode("8OP6YxJAdRrhV2WSBt1BPD7oC_n2Qh7JqUMyVMoGvjDX83bDqq2hgVMNcdiBH_64")}, } checkWithCache(t, testCases) } -- cgit v1.3.1