Commit c34177cc authored by Neal Norwitz's avatar Neal Norwitz

Try to fix the sporadic problems on the Solaris buildbot with removing

the directories/files.

R=Brett
TESTED=./python -E -tt ./Lib/test/regrtest.py test_posix
parent 6ae2eb26
......@@ -24,7 +24,7 @@ class PosixTester(unittest.TestCase):
fp.close()
def tearDown(self):
os.unlink(support.TESTFN)
support.unlink(support.TESTFN)
def testNoArgFunctions(self):
# test posix functions which take no arguments and have
......@@ -249,7 +249,7 @@ class PosixTester(unittest.TestCase):
_create_and_do_getcwd(dirname)
finally:
shutil.rmtree(base_path)
support.rmtree(base_path)
os.chdir(curdir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment