lib/locale.t: Use proper constant.
authorKarl Williamson <public@khwilliamson.com>
Wed, 14 Aug 2013 20:07:03 +0000 (14:07 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 15 Aug 2013 22:49:30 +0000 (16:49 -0600)
commita810e350c556af54b73d144bbe1d250bf32af62f
tree30c0ca7f5e2094ca94a553e1573d36bbc1c22574
parentcdc31f74e1de2fc238ed714a3ad30862303a140e
lib/locale.t: Use proper constant.

Prior to this commit, locale.t faked out setlocale() somehow by making
LC_ALL a function that returns nothing.  This commit changes that to use
the proper constant POSIX::LC_ALL
lib/locale.t