]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100005: Skip test_script_as_dev_fd() on FreeBSD (#100006)
authorVictor Stinner <vstinner@python.org>
Mon, 5 Dec 2022 13:23:35 +0000 (14:23 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 13:23:35 +0000 (14:23 +0100)
commit038b151963d9d4a5f4c852544fb5b0402ffcb218
tree41f8bd853d3e6018853eb9c117d5568b47cfa148
parente3a3863cb9561705d3dd59a9367427ed45dfb5ea
gh-100005: Skip test_script_as_dev_fd() on FreeBSD (#100006)

On FreeBSD, skip test_script_as_dev_fd() of test_cmd_line_script if
fdescfs is not mounted (at /dev/fd).
Lib/test/test_cmd_line_script.py
Lib/test/test_subprocess.py