Commit 3b455ad
committed
gh-150244: Fix
containing spaces
On non-win32 systems, the path to the executable was not quoted,
causing issues when building the command if it contains spaces, causing
the test to fail.test_create_subprocess_env_shell to handle cpython path1 parent 1d28f9a commit 3b455ad
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
774 | | - | |
775 | | - | |
| 773 | + | |
776 | 774 | | |
777 | 775 | | |
778 | 776 | | |
| |||
0 commit comments