summaryrefslogtreecommitdiff
path: root/lib/locale.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-06-02 16:08:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-06-02 16:08:22 +0000
commitcd19b65c5ecbc051ae6b3ed0644e976003b04fce (patch)
treea571f4e9cddac0ee396b2f73a528410819aa511b /lib/locale.t
parentdea4d7dfbb03f4a0014d53b245f3d8b5b801961c (diff)
downloadperl-cd19b65c5ecbc051ae6b3ed0644e976003b04fce.tar.gz
U/WIN: final (for now) touches from John P. Linderman;
now we get 97% success rate, the remaining failures are quite obscure. p4raw-id: //depot/perl@19662
Diffstat (limited to 'lib/locale.t')
-rw-r--r--lib/locale.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/locale.t b/lib/locale.t
index 2143b9f874..a294d2fbc2 100644
--- a/lib/locale.t
+++ b/lib/locale.t
@@ -45,6 +45,9 @@ eval {
# and mingw32 uses said silly CRT
$have_setlocale = 0 if (($^O eq 'MSWin32' || $^O eq 'NetWare') && $Config{cc} =~ /^(cl|gcc)/i);
+# UWIN seems to loop after test 98, just skip for now
+$have_setlocale = 0 if ($^O =~ /^uwin/);
+
my $last = $have_setlocale ? &last : &last_without_setlocale;
print "1..$last\n";