bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)
Pass os.environ's copy to new process created at test_posix: test_specify_environment. Otherwise important variables such as LD_LIBRARY_PATH are not set and the child process might not work at all in an environment where such variables are required for Python to function.
M
Miro Hrončok committed
7ec8f28656ea9d84048e9b5655375c6a74a59f53
Parent: b551e9f
Committed by Serhiy Storchaka <storchaka@gmail.com>
on 5/11/2018, 5:40:43 AM