Clean files during tests.

This commit is contained in:
Ludovic Fernandez 2019-03-18 09:34:03 +01:00 committed by Traefiker Bot
parent 5d050ae3ac
commit e271378a97
2 changed files with 5 additions and 3 deletions

View file

@ -254,7 +254,7 @@ func createProvider(t *testing.T, test ProvideTestCase, watch bool) (*Provider,
}
return provider, func() {
os.Remove(tempDir)
os.RemoveAll(tempDir)
}
}
@ -340,7 +340,7 @@ func createTLS(n int) string {
func TestTLSContent(t *testing.T) {
tempDir := createTempDir(t, "testdir")
defer os.Remove(tempDir)
defer os.RemoveAll(tempDir)
fileTLS := createRandomFile(t, tempDir, "CONTENT")
fileConfig := createRandomFile(t, tempDir, `