PATCH [perl #121257] blead fails at run/locale.t
authorKarl Williamson <public@khwilliamson.com>
Mon, 17 Feb 2014 06:03:43 +0000 (23:03 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 17 Feb 2014 06:13:24 +0000 (23:13 -0700)
commit95683ed09443a8579df94618d9c583b4f8265a6b
tree7bb0e3e97d5fbad8d684401be794a74c8fbcfe77
parenteda602ad93d97ef21cc200610bca980000eca90c
PATCH [perl #121257] blead fails at run/locale.t

Commit 65ebb05984db179833ff252f547043f32184d893changed the locale
initialization code to look at the LANG environment variable as a
fallback if there was a problem with a higher priority variable.

Thus, when trying to have an empty environment for testing, one now
needs to cause LANG to be unset, which wasn't the case before..This
commit adds that unset to the test that needs an empty environment.
t/run/locale.t