This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/run/locale.t: Skip some tests for some shells
authorKarl Williamson <khw@cpan.org>
Tue, 13 May 2014 23:31:39 +0000 (17:31 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 May 2014 01:28:40 +0000 (19:28 -0600)
commite9a5eef6ab19e257801d03180630143ac1896ef3
treed8bdcd4a4435fa22b813a6a0533b28be1e71cfa8
parent0ba5b45d49f153489c6bce2f08b49b13615f611c
t/run/locale.t: Skip some tests for some shells

Some sh programs don't accept changes of environment variables like
LC_ALL to invalid values.  For these the tests aren't testing what they
think they are, so change them to just return the expected value, so
they will pass.  This effectively skips the tests when run on these
shells.  See http://nntp.perl.org/group/perl.perl5.porters/214503
t/run/locale.t