aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/compress_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-23 16:21:20 +0900
committerOphestra <cat@gensokyo.uk>2026-07-23 16:39:34 +0900
commit67dbb68818026f3d7a64e9519cf1aac36468b7c9 (patch)
tree68f1e731242a9c8ef1912a195c2a6aefc53f6da5 /internal/pkg/compress_test.go
parent0e689d9983dee9f742c4ed4b2e716fbcb1b84e99 (diff)
internal/pkg: implementation revisions
This enables changing the behaviour of an artifact implementation without changing its IR structure. Unfortunately this changes the IR header structure resulting in many rebuilds. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/compress_test.go')
-rw-r--r--internal/pkg/compress_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/compress_test.go b/internal/pkg/compress_test.go
index e5e865a4..3b9516d4 100644
--- a/internal/pkg/compress_test.go
+++ b/internal/pkg/compress_test.go
@@ -61,7 +61,7 @@ func TestDecompress(t *testing.T) {
"checksum/" + pkg.Encode(sha512.Sum384([]byte{0})): {Mode: 0400, Data: []byte{0}},
"identifier": {Mode: fs.ModeDir | 0700},
- "identifier/QpjkahDrz7pz-tv0eAGNXR6x9NAtTjWCK5Hr7G1cIZj9rT7bLYJWUQeLD4wamAlF": {Mode: fs.ModeSymlink | 0777, Data: []byte("../checksum/vsAhtPNo4waRNOASwrQwcIPTqb3SBuJOXw2G4T1mNmVZM-wrQTRllmgXqcIIoRcX")},
+ "identifier/mae-iR_9LFT_BOEJ2IRzKsAlI754SalMjjt95fZeMd3gEyAzsrvuOXnXN0bFZJi4": {Mode: fs.ModeSymlink | 0777, Data: []byte("../checksum/vsAhtPNo4waRNOASwrQwcIPTqb3SBuJOXw2G4T1mNmVZM-wrQTRllmgXqcIIoRcX")},
"substitute": {Mode: fs.ModeDir | 0700},
"work": {Mode: fs.ModeDir | 0700},