2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-28 06:29:01 +00:00

Merge pull request #739 from restic/fix-archiver-test

Fix Archiver test: Clean up temp files
This commit is contained in:
Alexander Neumann 2017-01-23 20:18:25 +01:00
commit 2d8a699515

View File

@ -142,6 +142,11 @@ func testArchiverDuplication(t *testing.T) {
close(done)
wg.Wait()
err = repo.Flush()
if err != nil {
t.Fatal(err)
}
}
func TestArchiverDuplication(t *testing.T) {