aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/tar_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-03 16:15:50 +0900
committerOphestra <cat@gensokyo.uk>2026-04-03 16:16:55 +0900
commit5093a06026b0f4abe6b16ccf5381a19caf594166 (patch)
treec68bfce417b1ba13b3f0d01ba8849086ec5eb36d /internal/pkg/tar_test.go
parent50c1d7f8806de519161bbc07bbc6f73b69f6bece (diff)
internal/pkg: cache flags
This is cleaner for extending the API. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/tar_test.go')
-rw-r--r--internal/pkg/tar_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pkg/tar_test.go b/internal/pkg/tar_test.go
index c604dc78..49861d2e 100644
--- a/internal/pkg/tar_test.go
+++ b/internal/pkg/tar_test.go
@@ -21,7 +21,7 @@ func TestTar(t *testing.T) {
t.Parallel()
checkWithCache(t, []cacheTestCase{
- {"http", nil, func(t *testing.T, base *check.Absolute, c *pkg.Cache) {
+ {"http", 0, nil, func(t *testing.T, base *check.Absolute, c *pkg.Cache) {
checkTarHTTP(t, base, c, fstest.MapFS{
".": {Mode: fs.ModeDir | 0700},
@@ -42,7 +42,7 @@ func TestTar(t *testing.T) {
))
}, pkg.MustDecode("NQTlc466JmSVLIyWklm_u8_g95jEEb98PxJU-kjwxLpfdjwMWJq0G8ze9R4Vo1Vu")},
- {"http expand", nil, func(t *testing.T, base *check.Absolute, c *pkg.Cache) {
+ {"http expand", 0, nil, func(t *testing.T, base *check.Absolute, c *pkg.Cache) {
checkTarHTTP(t, base, c, fstest.MapFS{
".": {Mode: fs.ModeDir | 0700},