Commit 8affd1e
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 8affd1e
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
770 | 771 | | |
771 | 772 | | |
772 | 773 | | |
773 | | - | |
774 | | - | |
775 | | - | |
| 774 | + | |
776 | 775 | | |
777 | 776 | | |
778 | 777 | | |
| |||
0 commit comments