]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006) (#125109)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Oct 2024 11:11:04 +0000 (13:11 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2024 11:11:04 +0000 (12:11 +0100)
commitb11623759252c348755072df405271d85c1ec147
tree6733ff01eb9f20f23b4240ef9d3cb55151cf6969
parente44b32f1c9176f9b3966da9dc6f800015b9d594a
[3.10] gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006) (#125109)

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>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/test/test_cmd_line_script.py
Lib/test/test_subprocess.py