]> granicus.if.org Git - python/commit
bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)
authorMiro Hrončok <miro@hroncok.cz>
Fri, 11 May 2018 05:40:43 +0000 (07:40 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 11 May 2018 05:40:43 +0000 (08:40 +0300)
commit7ec8f28656ea9d84048e9b5655375c6a74a59f53
tree3278046b4177919761ea7c9ee16816e174613970
parentb551e9f0ff25018a5606465003e2c51c04f693a3
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.
Lib/test/test_posix.py