Commit 0e9b2f6
committed
test(tray): skip Homebrew symlink-resolution test on Windows
isHomebrewPath matches Unix Homebrew prefixes with forward slashes, but
TestIsHomebrewPath_ResolvesSymlinks builds Cellar paths via filepath.Join,
which yields backslash paths on Windows that can never match. Homebrew is
macOS/Linux only, so the symlink scenario is inapplicable on Windows; skip
it there while keeping full darwin/linux coverage.1 parent a495a0d commit 0e9b2f6
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
0 commit comments