Commit f142fa5
committed
Skip POSIX-only PATH-resolution test on Windows
shutil.which() requires a PATHEXT-listed extension on Windows, so the
shebang-script fixture used by test_stdio_resolves_bare_command_via_path
isn't found. Skip the test on win32; the underlying code path is
exercised by the macOS and Linux runners.1 parent 5beaa53 commit f142fa5
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| 99 | + | |
| 100 | + | |
95 | 101 | | |
96 | 102 | | |
97 | 103 | | |
| |||
0 commit comments