Browse Source

Merge branch 'master' into status-untracked-nt-paths

Jelmer Vernooij 2 years ago
parent
commit
6681bb12ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dulwich/tests/compat/utils.py

+ 1 - 0
dulwich/tests/compat/utils.py

@@ -139,6 +139,7 @@ def run_git(
 
     env = popen_kwargs.pop("env", {})
     env["LC_ALL"] = env["LANG"] = "C"
+    env["PATH"] = os.getenv("PATH")
 
     args = [git_path] + args
     popen_kwargs["stdin"] = subprocess.PIPE