lib/locale.t: Remove tests that need UTF-8 locale
authorKarl Williamson <public@khwilliamson.com>
Thu, 20 Feb 2014 00:11:33 +0000 (17:11 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 20 Feb 2014 00:18:08 +0000 (17:18 -0700)
commitd3db5cfeb8346f308b4354ee1c8970ab9b526472
treec1650ce2c7643a0362677374d3e09908cefc6f7e
parent730252b299f0cde0043bed7edb5bcf0c3e37fd38
lib/locale.t: Remove tests that need UTF-8 locale

These tests should not be here because they will only match under a
UTF-8 locale, which happens to be the case on the machine I developed
them on, but not necessarily always true, and so they are failing.

Given the deadline is already past, I'm just removing them for now, and
will re-add them later in another place in the file where we know we
are using a UTF-8 locale.
lib/locale.t