Commit 7a56af8
committed
fix(tests): skip tree-format test when tree is not a subprocess on Windows
On Windows, `tree` is a cmd.exe built-in, not a standalone executable,
so subprocess.run raises FileNotFoundError instead of returning non-zero.1 parent 1a9931e commit 7a56af8
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
453 | 456 | | |
454 | 457 | | |
455 | 458 | | |
| |||
0 commit comments