From: Andy Dougherty Date: Thu, 10 Aug 2006 12:37:39 +0000 (-0400) Subject: Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=44cc5a7ce5ecf7139ce1fe67cd93e7f75d353329;p=p5sagit%2Fp5-mst-13.2.git Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu) Message-ID: p4raw-id: //depot/perl@28693 --- diff --git a/lib/open.t b/lib/open.t index 7c7e2df..9c36e1a 100644 --- a/lib/open.t +++ b/lib/open.t @@ -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 <