Merge pull request #262 from restic/fix-tests

Fix tests
This commit is contained in:
Alexander Neumann
2015-08-18 22:45:50 +02:00
13 changed files with 66 additions and 28 deletions

View File

@@ -109,7 +109,7 @@ func TestNodeRestoreAt(t *testing.T) {
defer func() {
if TestCleanup {
OK(t, os.RemoveAll(tempdir))
RemoveAll(t, tempdir)
} else {
t.Logf("leaving tempdir at %v", tempdir)
}