]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Dec 2022 14:07:48 +0000 (06:07 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 14:07:48 +0000 (06:07 -0800)
commit5533cf67e7cdd873136a963e30a437bfcbbdffdf
tree969e57fca00b93013d27f3d47d7eb8a74f9d5534
parent374b0a2aceb378da6a3df9beffe35acd0c11c06d
gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006)

On FreeBSD, skip test_script_as_dev_fd() of test_cmd_line_script if
fdescfs is not mounted (at /dev/fd).
(cherry picked from commit 038b151963d9d4a5f4c852544fb5b0402ffcb218)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_cmd_line_script.py
Lib/test/test_subprocess.py