lib/locale.t: Pass AIX failures
authorKarl Williamson <public@khwilliamson.com>
Sat, 21 Dec 2013 20:04:44 +0000 (13:04 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 22 Dec 2013 00:13:36 +0000 (17:13 -0700)
commit662399e759ec005e2e221482081ff4f765d22b36
treee06864021d9323a1455304463697813b416bba56
parent8321c25f6dc33c2b29fa1bc075a6cf3e412fb1ae
lib/locale.t: Pass AIX failures

Some AIX locales call a no-break space "graphic".  Rather than fail AIX
for this, this commit adopts the same approach used for MSWin, which
similarly has most locales containing some errors.  And that is to pass
it if any locales at all are correct.  Ideally the vendors wouldn't make
broken locales, but this allows us to test for full legality on other
systems.
lib/locale.t