[New-bugs-announce] [issue6974] test_posix getcwd test leaves tmp dir

Ian Donaldson report at bugs.python.org
Wed Sep 23 07:47:07 CEST 2009


New submission from Ian Donaldson <iand at ekit-inc.com>:

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.

----------
components: Tests
files: EKIT.PATCH4
messages: 93026
nosy: iandekit
severity: normal
status: open
title: test_posix getcwd test leaves tmp  dir
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file14954/EKIT.PATCH4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6974>
_______________________________________


More information about the New-bugs-announce mailing list