From: Craig A. Berry Date: Fri, 14 Jul 2006 18:18:18 +0000 (+0000) Subject: overload.t has same locale problem with VMS that it has with dec_osf X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1289dd7d5e8d409a94f43524726bbeba2f888b0;p=p5sagit%2Fp5-mst-13.2.git overload.t has same locale problem with VMS that it has with dec_osf p4raw-id: //depot/perl@28575 --- diff --git a/t/uni/overload.t b/t/uni/overload.t index 9ef4e74..042a45d 100644 --- a/t/uni/overload.t +++ b/t/uni/overload.t @@ -101,7 +101,7 @@ SKIP: { skip "No setlocale", 24; } elsif (!setlocale(&POSIX::LC_ALL, "en_GB.ISO8859-1")) { skip "Could not setlocale to en_GB.ISO8859-1", 24; - } elsif ($^O eq 'dec_osf') { + } elsif ($^O eq 'dec_osf' || $^O eq 'VMS') { skip "$^O has broken en_GB.ISO8859-1 locale", 24; } else { use locale;