Issue 6974: test_posix getcwd test leaves tmp dir (original) (raw)

Issue6974

Created on 2009-09-23 05:47 by iandekit, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
EKIT.PATCH4 iandekit,2009-09-23 05:47 rmtree fix for test_posix
Messages (2)
msg93026 - (view) Author: Ian Donaldson (iandekit) Date: 2009-09-23 05:47
whilst debugging the getcwd test on Solaris 9 I noticed that the rmtree() failed, as on Solaris rmdir(2) returns EINVAL if cwd is the named directory. Fix is to reorder the rmtree and chdir, see attached patch.
msg95869 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-12-01 19:20
This was fixed in response to another bug report a few months ago.
History
Date User Action Args
2022-04-11 14:56:53 admin set github: 51223
2009-12-01 19:20:07 r.david.murray set status: open -> closednosy: + r.david.murraymessages: + resolution: out of date
2009-09-23 05:47:05 iandekit create