Merge pull request #12489 from zhijianli88/cleanup-tmpfiles

Cleanup tmpfiles
This commit is contained in:
Sahdev Zala
2021-01-07 12:26:04 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,7 @@ func TestConfigFromFile(t *testing.T) {
continue
}
if cerr != nil {
os.Remove(tmpfile.Name())
continue
}