File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,9 @@ def test_it_avoids_upcasing_unrelated_environment_variable_names(self):
104104 # process, so the name is not upcased even on Windows.
105105 os .putenv (old_name , "1" )
106106
107- # Step 2: Create the child process that inherits the environment variable. It will see it
108- # in os.environ with an upcased name, but if it is not mutated through os.environ
109- # then it will pass it on to its own child processes with the original name. The
110- # child process will use GitPython, and we are testing that it passes the variable
111- # with the exact original name to its own child processes.
107+ # Step 2: Create the child process that inherits the environment variable. The child uses
108+ # GitPython, and we are testing that it passes the variable with the exact original
109+ # name to its own child process (the grandchild).
112110 cmdline = [
113111 sys .executable ,
114112 fixture_path ("env_case.py" ),
You can’t perform that action at this time.
0 commit comments