Skip to content

Commit

Permalink
Make a note to use env::git_login_shell() in testtools when available.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 9, 2025
1 parent 840c71d commit 3aff1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ fn configure_command<'a, I: IntoIterator<Item = S>, S: AsRef<OsStr>>(
}

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

0 comments on commit 3aff1e5

Please sign in to comment.