summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/lint
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-13 16:28:22 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-13 16:28:22 +0200
commita1164e1be0293e4340d7f3961b748c1c2f096ee7 (patch)
treebb5a2b3453ed23cb5bc11c9216801630db8dc7f8 /pym/portage/tests/lint
parent60f19452091160bbf716fc7746f80632189abfa7 (diff)
downloadportage-a1164e1be0293e4340d7f3961b748c1c2f096ee7.tar.gz
portage-a1164e1be0293e4340d7f3961b748c1c2f096ee7.tar.bz2
portage-a1164e1be0293e4340d7f3961b748c1c2f096ee7.zip
Remove files generated by testCompileModules.
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)