From cd19b65c5ecbc051ae6b3ed0644e976003b04fce Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 2 Jun 2003 16:08:22 +0000 Subject: 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 --- lib/locale.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/locale.t') 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"; -- cgit v1.2.1