Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
Andy Dougherty [Thu, 10 Aug 2006 12:37:39 +0000 (08:37 -0400)]
Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>

p4raw-id: //depot/perl@28693

lib/open.t

index 7c7e2df..9c36e1a 100644 (file)
@@ -61,7 +61,7 @@ is( ${^OPEN}, ":raw :crlf\0:raw :crlf",
 is( $^H{'open_IO'}, 'crlf', 'should record last layer set in %^H' );
 
 SKIP: {
-    skip("no perlio, no :utf8", 4) unless (find PerlIO::Layer 'perlio');
+    skip("no perlio, no :utf8", 12) unless (find PerlIO::Layer 'perlio');
 
     eval <<EOE;
     use open ':utf8';