]> granicus.if.org Git - python/commit
Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames
authorR. David Murray <rdmurray@bitdance.com>
Thu, 9 Jul 2009 18:41:03 +0000 (18:41 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 9 Jul 2009 18:41:03 +0000 (18:41 +0000)
commitb0c828ae4a18591b135357c47b1baeecb02f3a5e
treeedf6b94e5603675430d00f95ac21db40a13e6585
parent6fcf7cae5c78a9a9e222851e63cf7dc37721b187
Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames
cleanup.  If this fix works, it means that Solaris is unique among
our platforms in what happens when shutil.rmtree is called on the
current working directory (ie: it doesn't work on Solaris, but
it does everywhere else).
Lib/test/test_posix.py