commit | 6996f284d4d90aa05c46d9fe6f38d1030454b224 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 25 22:41:38 2018 +0100 |
committer | GitHub <noreply@github.com> | Thu Jan 25 22:41:38 2018 +0100 |
tree | c262bf0ba4169f4734a592940508153ea45ed3b0 | |
parent | e64a47b37d0c592fd162b2f51e79ecfd046b45ec [diff] |
bpo-32667: Fix tests when $PATH contains a file (#5324) 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.