summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/lint
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/lint')
-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)