File tree 1 file changed +3
-5
lines changed
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):
104
104
# process, so the name is not upcased even on Windows.
105
105
os .putenv (old_name , "1" )
106
106
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).
112
110
cmdline = [
113
111
sys .executable ,
114
112
fixture_path ("env_case.py" ),
You can’t perform that action at this time.
0 commit comments