diff --git a/tests/tools/src/lib.rs b/tests/tools/src/lib.rs index cb91c0b87c6..82510d627de 100644 --- a/tests/tools/src/lib.rs +++ b/tests/tools/src/lib.rs @@ -219,6 +219,7 @@ pub fn spawn_git_daemon(working_dir: impl AsRef) -> std::io::Result, S: AsRef>( } fn bash_program() -> &'static Path { - // TODO: use `gix_path::env::login_shell()` when available. if cfg!(windows) { + // TODO(deps): Once `gix_path::env::shell()` is available, maybe do `shell().parent()?.join("bash.exe")` static GIT_BASH: Lazy> = Lazy::new(|| { GIT_CORE_DIR .parent()?