summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-13 07:52:50 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-13 07:52:50 -0700
commit2b48f228db7be788ef83f88fb85296fef880bac6 (patch)
tree6fc9ac9ad076c57ee58d8d94f5dcf7dca45dfbfd /pym
parent9a5f9cf8f6a8ff78cc124c40aaebcedd7be8d059 (diff)
parenta576d0e636feb2057636f3fb051fe946f35433df (diff)
downloadportage-2b48f228db7be788ef83f88fb85296fef880bac6.tar.gz
portage-2b48f228db7be788ef83f88fb85296fef880bac6.tar.bz2
portage-2b48f228db7be788ef83f88fb85296fef880bac6.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/tests/lint/test_compile_modules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/tests/lint/test_compile_modules.py b/pym/portage/tests/lint/test_compile_modules.py
index c6e68946e..2e5ab7e2d 100644
--- a/pym/portage/tests/lint/test_compile_modules.py
+++ b/pym/portage/tests/lint/test_compile_modules.py
@@ -47,3 +47,4 @@ class CompileModulesTestCase(TestCase):
if do_compile:
cfile += (__debug__ and 'c' or 'o')
py_compile.compile(x, cfile=cfile, doraise=True)
+ os.unlink(cfile)