Show More
@@ -1587,6 +1587,7 b' class Test(unittest.TestCase):' | |||||
1587 | proc = subprocess.Popen( |
|
1587 | proc = subprocess.Popen( | |
1588 | _bytes2sys(cmd), |
|
1588 | _bytes2sys(cmd), | |
1589 | shell=True, |
|
1589 | shell=True, | |
|
1590 | close_fds=closefds, | |||
1590 | cwd=_bytes2sys(self._testtmp), |
|
1591 | cwd=_bytes2sys(self._testtmp), | |
1591 | env=env, |
|
1592 | env=env, | |
1592 | ) |
|
1593 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now