mirror of
https://github.com/restic/restic.git
synced 2025-03-13 19:41:10 +00:00
Merge pull request #739 from restic/fix-archiver-test
Fix Archiver test: Clean up temp files
This commit is contained in:
commit
2d8a699515
@ -142,6 +142,11 @@ func testArchiverDuplication(t *testing.T) {
|
|||||||
close(done)
|
close(done)
|
||||||
|
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
|
|
||||||
|
err = repo.Flush()
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestArchiverDuplication(t *testing.T) {
|
func TestArchiverDuplication(t *testing.T) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user