diff options
Diffstat (limited to 'object')
| -rw-r--r-- | object/store/packed/refresh_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/object/store/packed/refresh_test.go b/object/store/packed/refresh_test.go index 2a5b91cb..025f6f62 100644 --- a/object/store/packed/refresh_test.go +++ b/object/store/packed/refresh_test.go @@ -43,6 +43,7 @@ func TestRefreshIsExplicit(t *testing.T) { } t.Helper() + base := filepath.Base(prefix) cp(t, prefix+".pack", filepath.Join(dir, base+".pack")) cp(t, prefix+".idx", filepath.Join(dir, base+".idx")) |
