]> granicus.if.org Git - python/commit
Issue #12383: fix test_empty_env() of subprocess on Mac OS X
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 22 Jun 2011 19:28:43 +0000 (21:28 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 22 Jun 2011 19:28:43 +0000 (21:28 +0200)
commit237e5cb3767aece25e616fb41172836bb4f31760
tree83acee9f62c56cb76c6dc89a8b462b87846df754
parent372309a5518cf8eedba32e1ee5819fa207b44af4
Issue #12383: fix test_empty_env() of subprocess on Mac OS X

Mac OS X adds __CF_USER_TEXT_ENCODING variable to an empty environment. Fix
also the test on the Py_ENABLE_SHARED config varible: test that the variable is
present, don't check it's value.
Lib/test/test_subprocess.py