aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/net_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-04 01:48:53 +0900
committerOphestra <cat@gensokyo.uk>2026-01-04 01:48:53 +0900
commit3eb927823f40723418a9762c7845fd4d12faef20 (patch)
treed4a8ac196e7f284eaa9299c741512019bb246e26 /internal/pkg/net_test.go
parentd76b9d04b813a361fc8e226480e3b66ca0208d41 (diff)
internal/pkg: create symlinks for files
These are much easier to handle than hard links and should be just as transparent for this use case. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/net_test.go')
-rw-r--r--internal/pkg/net_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pkg/net_test.go b/internal/pkg/net_test.go
index dbd956a1..0466a4fc 100644
--- a/internal/pkg/net_test.go
+++ b/internal/pkg/net_test.go
@@ -150,7 +150,7 @@ func TestHTTP(t *testing.T) {
} else if gotIdent := f.ID(); gotIdent != (pkg.Checksum{}) {
t.Fatalf("ID: %x, want %x", gotIdent, pkg.Checksum{})
}
- }, pkg.MustDecode("bAJdeuI2cITlff5uIDbMKIiaW6zB-_XGinOMOMjNmltL3YAanXLiV64_jsXeQMXn")},
+ }, pkg.MustDecode("4WHaMvRRcCac1uAyXnEklEd2YaNQBj6rXlfMntX9GgYLij3By1znv5QYPGJHYQIH")},
{"store", nil, func(t *testing.T, base *check.Absolute, c *pkg.Cache) {
var (
@@ -184,6 +184,6 @@ func TestHTTP(t *testing.T) {
} else if checksum != testdataChecksum {
t.Fatalf("Hash: %x, want %x", checksum, testdataChecksum)
}
- }, pkg.MustDecode("bAJdeuI2cITlff5uIDbMKIiaW6zB-_XGinOMOMjNmltL3YAanXLiV64_jsXeQMXn")},
+ }, pkg.MustDecode("4WHaMvRRcCac1uAyXnEklEd2YaNQBj6rXlfMntX9GgYLij3By1znv5QYPGJHYQIH")},
})
}