Skip to content

[2.7] bpo-32667: Fix tests when $PATH contains a file#5324

Merged
vstinner merged 1 commit intopython:2.7from
vstinner:path_contains_file27
Jan 25, 2018
Merged

[2.7] bpo-32667: Fix tests when $PATH contains a file#5324
vstinner merged 1 commit intopython:2.7from
vstinner:path_contains_file27

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jan 25, 2018

test_subprocess.test_leaking_fds_on_error() failed when the PATH
environment variable contains a path to an existing file. Fix the
test: ignore also ENOTDIR, not only ENOENT and EACCES.

https://bugs.python.org/issue32667

test_subprocess.test_leaking_fds_on_error() failed when the PATH
environment variable contains a path to an existing file. Fix the
test: ignore also ENOTDIR, not only ENOENT and EACCES.
@vstinner vstinner merged commit 6996f28 into python:2.7 Jan 25, 2018
@vstinner vstinner deleted the path_contains_file27 branch January 25, 2018 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants