We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2bdda4 + 9d4dd12 commit 4044ffbCopy full SHA for 4044ffb
tests/tools/src/lib.rs
@@ -600,6 +600,11 @@ fn configure_command<'a>(
600
.stderr(std::process::Stdio::piped())
601
.current_dir(script_result_directory)
602
.env_remove("GIT_DIR")
603
+ .env_remove("GIT_INDEX_FILE")
604
+ .env_remove("GIT_OBJECT_DIRECTORY")
605
+ .env_remove("GIT_ALTERNATE_OBJECT_DIRECTORIES")
606
+ .env_remove("GIT_WORK_TREE")
607
+ .env_remove("GIT_COMMON_DIR")
608
.env_remove("GIT_ASKPASS")
609
.env_remove("SSH_ASKPASS")
610
.env("MSYS", msys_for_git_bash_on_windows)
0 commit comments