mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
2f93ebd42c
"{:?}" escapes `\` to `\\` for Windows paths. That breaks tests checking paths without using "{:?}". Use PathBuf::display() in both commands and tests to get consistent output. This fixes test_init_local, test_init_git_internal, and test_init_git_external on Windows. |
||
---|---|---|
.. | ||
smoke_test.rs | ||
test_init_command.rs |