SIGN IN SIGN UP

Canonicalize paths when running tests (#23655)

In the Windows test environment, the paths generated by `temp_tree()`
are symlink paths, which causes certain tests to fail.

I later noticed that when opening a project, we seem to always use
`canonicalize` to normalize the paths, as shown here:
https://github.com/zed-industries/zed/pull/21039.

This PR adopts a similar approach for the test environment to address
the issue.

Release Notes:

- N/A
张小白 committed
5d005a76215a00071790e191e744e9657bd2cfdd
Parent: 0f8e2e3
Committed by GitHub <noreply@github.com> on 1/26/2025, 6:56:07 AM