mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 22:27:35 +00:00
archiver: Fix test
The test relied on an undeocumented sideeffect of the LoadBlob implementation
This commit is contained in:
parent
f78bd14e28
commit
d6db5a1fc2
@ -234,6 +234,7 @@ func TestEnsureFileContent(ctx context.Context, t testing.TB, repo restic.Reposi
|
||||
return
|
||||
}
|
||||
|
||||
copy(content[pos:pos+len(part)], part)
|
||||
pos += len(part)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user