Commit bffdd97
Use canonicalize for temp path in clone tests for macOS compatibility
On macOS, /var is a symlink to /private/var. Git clone stores the
canonical path (/private/var/...) but temp.path() returns /var/...
causing the string replacement to fail. Using canonicalize() resolves
the symlink before stripping.
Prompts:
- "failed test run for macos https://github.com/timabell/gitopolis/actions/runs/19770651645/job/56653823929 ..."
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5c08d08 commit bffdd97
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2603 | 2603 | | |
2604 | 2604 | | |
2605 | 2605 | | |
2606 | | - | |
| 2606 | + | |
| 2607 | + | |
| 2608 | + | |
2607 | 2609 | | |
2608 | 2610 | | |
2609 | 2611 | | |
| |||
2662 | 2664 | | |
2663 | 2665 | | |
2664 | 2666 | | |
2665 | | - | |
| 2667 | + | |
| 2668 | + | |
| 2669 | + | |
2666 | 2670 | | |
2667 | 2671 | | |
2668 | 2672 | | |
| |||
0 commit comments