mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-28 10:31:14 +00:00
Now that we depend on the `git` executable being available for `jj git fetch/push` tests, we might as well use it for `jj util gc` tests too. I also switched to using the Git backend in `cli/tests/test_file_track_untrack_commands.rs`, which seemed to be using the local backend for no good reason.