aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/testdata
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-11 04:40:24 +0900
committerOphestra <cat@gensokyo.uk>2026-01-11 04:40:24 +0900
commit63e137856e47bb9cb472fc58ee6ea0b2e6c666b8 (patch)
tree8f79aaf49e8bc154249f27a7df61e6142fd67e36 /internal/pkg/testdata
parente1e46504a1939aff927ae47508b0523a7305fb18 (diff)
internal/pkg: do not discard the result of compact
This result was mistakenly unused resulting in incorrect identifiers for artifacts with duplicate dependencies. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/testdata')
-rw-r--r--internal/pkg/testdata/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pkg/testdata/main.go b/internal/pkg/testdata/main.go
index a49fb375..83a1ed0f 100644
--- a/internal/pkg/testdata/main.go
+++ b/internal/pkg/testdata/main.go
@@ -161,7 +161,7 @@ func main() {
log.Fatal("unexpected artifact checksum")
}
} else {
- ident = "o4z73RXEjkF5BBoXYg4WZ3c4VCjwvfJtPKFrstFHcEQxkVDoWTtdc5TMXigFvTsF"
+ ident = "tfjrsVuBuFgzWgwz-yPppFtylYuC1VFWnKhyBiHbWTGkyz8lt7Ee9QXWaIHPXs4x"
lowerdirsEscaped := strings.Split(lowerdir, ":")
lowerdirs := lowerdirsEscaped[:0]
@@ -212,7 +212,7 @@ func main() {
next()
if overlayWork {
- ident = "5ynpgDp5mcAmbFndOESXjQnOy_RG6furIxDpQz6c0bImBBLMAI8FouNbAB0uNs6f"
+ ident = "acaDzHZv40dZaz4cGAXayqbRMgbEOuiuiUijZL8IgDQvyeCNMFE3onBMYfny-kXA"
if m.Root != "/" || m.Target != "/work" ||
m.Source != "overlay" || m.FsType != "overlay" {
log.Fatal("unexpected work mount entry")