mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
Currently, the Git subprocess tests only work on Linux due to a default path being used for the `git` executable when `$PATH` is unset. This can break if Git isn't installed at the expected path. Also, I believe it is currently necessary to set the `$TEST_GIT_EXECUTABLE_PATH` environment variable on Windows for tests to pass. Instead, we should use the user's `$PATH` to locate the `git` executable, as well as any other executables that are needed. This also makes `$TEST_GIT_EXECUTABLE_PATH` no longer necessary, so it can be removed. |
||
|---|---|---|
| .. | ||
| mod.rs | ||