mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-11 13:46:02 +03: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 |