2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-26 06:46:34 +00:00

archiver: Fix test

The test relied on an undeocumented sideeffect of the LoadBlob implementation
This commit is contained in:
Michael Eischer 2022-02-13 16:47:03 +01:00
parent f78bd14e28
commit d6db5a1fc2

View File

@ -234,6 +234,7 @@ func TestEnsureFileContent(ctx context.Context, t testing.TB, repo restic.Reposi
return return
} }
copy(content[pos:pos+len(part)], part)
pos += len(part) pos += len(part)
} }