commit | ef6ff662c933f43df5bba40032de2d718f4e1fd8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Aug 25 08:33:34 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Aug 25 08:33:34 2010 +0000 |
tree | 76025d696740f038eff639ef01110322be05c344 | |
parent | 112c0f34119fb2fe127bf54393bf06f5c334836a [diff] |
Fix test_sys: set LC_ALL instead of LANG LC_ALL is read before LANG to choose the locale encoding (LC_ALL, LANG and then LC_CTYPE: use the first non empty variable).