]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-75729: Fix os.spawn tests not handling spaces on Windows (#99150)
authorC.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Sat, 8 Apr 2023 07:37:23 +0000 (02:37 -0500)
committerGitHub <noreply@github.com>
Sat, 8 Apr 2023 07:37:23 +0000 (10:37 +0300)
commita34c79623877a7ed0c86a6d48ddccffa0de76836
treef4f3a142e7bf3e73d18d75058511c525da99adfb
parent13774969f78de0435da4efbdf21f1130a7a71964
gh-75729: Fix os.spawn tests not handling spaces on Windows (#99150)

* Quote paths in os.spawn tests on Windows so they work with spaces

* Add NEWS entry for os spawn test fix

* Fix code style to avoid double negative in os.spawn tests

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
---------

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_os.py
Misc/NEWS.d/next/Tests/2022-11-06-18-42-38.gh-issue-75729.uGYJrv.rst [new file with mode: 0644]