diff --git a/tests/tools/src/lib.rs b/tests/tools/src/lib.rs index a03ed9c5c91..0c2e060f5d4 100644 --- a/tests/tools/src/lib.rs +++ b/tests/tools/src/lib.rs @@ -652,6 +652,7 @@ fn configure_command<'a, I: IntoIterator, S: AsRef>( } fn bash_program() -> &'static Path { + // TODO: use `gix_path::env::login_shell()` when available. if cfg!(windows) { static GIT_BASH: Lazy> = Lazy::new(|| { GIT_CORE_DIR