Skip to content

Commit 3aff1e5

Browse files
committed
Make a note to use env::git_login_shell() in testtools when available.
1 parent 840c71d commit 3aff1e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tools/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ fn configure_command<'a, I: IntoIterator<Item = S>, S: AsRef<OsStr>>(
652652
}
653653

654654
fn bash_program() -> &'static Path {
655+
// TODO: use `gix_path::env::login_shell()` when available.
655656
if cfg!(windows) {
656657
static GIT_BASH: Lazy<Option<PathBuf>> = Lazy::new(|| {
657658
GIT_CORE_DIR

0 commit comments

Comments
 (0)