Commit 1888adb
committed
test(check): normalise path separators so repo-file asserts pass on Windows
collect_repo_files built repo-relative paths with to_string_lossy(), so on
Windows they came back as snapshots\snap-future while the guard asserted
starts_with("snapshots/") — failing check_repair_apply_writes_nothing_for_incompatible_envelope
on windows-latest only. Test-only issue; the repair refusal itself was fine.1 parent 9942ef6 commit 1888adb
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1168 | 1168 | | |
1169 | 1169 | | |
1170 | 1170 | | |
1171 | | - | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
1172 | 1177 | | |
1173 | 1178 | | |
1174 | 1179 | | |
| |||
0 commit comments