Clean up more tempfiles

This commit is contained in:
Lars Buitinck 2015-06-05 16:32:51 +02:00
parent 90505effc7
commit a3efcea001
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ func TempFilename(t *testing.T) string {
func doTestOpen(t *testing.T, option string) (string, error) {
var url string
tempFilename := TempFilename(t)
defer os.Remove(tempFilename)
if option != "" {
url = tempFilename + option
} else {