t/run/locale.t: Rmv test that isn't generally valid
authorKarl Williamson <public@khwilliamson.com>
Thu, 6 Feb 2014 17:48:57 +0000 (10:48 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 6 Feb 2014 18:18:34 +0000 (11:18 -0700)
commit04ab80978986f51bdde4a5e2734d7172e262f54a
tree72d62adaf99abebb3586255aa43041ec25d4dccf
parentb87c61774bbe18ad94f3816a07b775bd66edf633
t/run/locale.t: Rmv test that isn't generally valid

The return from setlocale() on a new locale is documented in Linux as
opaque, even though the Linux smokers we have return the name of the
new locale.  It turns out that VMS actually does return something
different, and this test fails there.  So, the test is testing for
something that just happens to be currently true on many of our systems;
hence isn't general, and hence shouldn't be tested for.

And, the test isn't necessary, as we can infer from the other tests in
the file that a locale passed via the environment actually takes hold,
as we do so for a locale which has a comma radix, and test that the
radix is correctly set.
t/run/locale.t