Commit d2dcd52
fix: skip Windows-only cmd.exe test on Linux CI
TestHandleExecInline_Execution/executes_cmd_inline_on_Windows tries
to invoke cmd.exe which doesn't exist on Linux/macOS CI runners.
Add runtime.GOOS check to skip on non-Windows platforms.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d13e8ed commit d2dcd52
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
481 | 482 | | |
482 | 483 | | |
483 | 484 | | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
484 | 488 | | |
485 | 489 | | |
486 | 490 | | |
| |||
0 commit comments