jj/tests
Jun Wu 2f93ebd42c commands: do not use debug print for path
"{:?}" 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.
2021-03-14 15:51:32 -07:00
..
smoke_test.rs tests: fix smoke test broken by bad23cda74 2021-01-24 23:02:17 -08:00
test_init_command.rs commands: do not use debug print for path 2021-03-14 15:51:32 -07:00