mirror of
https://github.com/octoleo/restic.git
synced 2024-11-16 01:57:10 +00:00
Fix Archiver test: Clean up temp files
This commit is contained in:
parent
30ff7413be
commit
89a5152f7d
@ -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…
Reference in New Issue
Block a user