diff options
-rw-r--r-- | chrome/test/functional/downloads.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/functional/downloads.py b/chrome/test/functional/downloads.py index f0c1758..6ae0bcf 100644 --- a/chrome/test/functional/downloads.py +++ b/chrome/test/functional/downloads.py @@ -92,6 +92,7 @@ class DownloadsTest(pyauto.PyUITest): os.write(fd, 'a') os.close(fd) logging.debug('Created temporary file %s of size %d' % (file_path, size)) + self._DeleteAfterShutdown(file_path) return file_path def _GetAllDownloadIDs(self): |