diff --git a/Lib/test/test_posix.py b/Lib/test/test_posix.py index 3a3bc38a40f..dc50e21ca42 100644 --- a/Lib/test/test_posix.py +++ b/Lib/test/test_posix.py @@ -267,9 +267,8 @@ class PosixTester(unittest.TestCase): _create_and_do_getcwd(dirname) finally: - # XXX: Temporarily ignore errors to see if the test gives useful failure info on Solaris buildbot - shutil.rmtree(base_path, ignore_errors=True) os.chdir(curdir) + shutil.rmtree(base_path) def test_main():