Commit b650103
fix: restore Linux data-dir path in CLI integration tests
The prior fix read XDG_DATA_HOME and APPDATA from the test process, which
has none set, so Linux builds computed home/.local/share instead of the
child pinned XDG_DATA_HOME and the three macOS-targeted tests then failed
on Linux. Derive the data dir purely from the pinned env: macOS keeps its
Library/Application Support convention, every other platform is exactly
the pinned home dir.
🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>1 parent 367a712 commit b650103
1 file changed
Lines changed: 7 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 38 | + | |
47 | 39 | | |
48 | 40 | | |
49 | 41 | | |
| |||
0 commit comments