diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2006-08-10 08:37:39 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-10 16:46:07 +0000 |
commit | 44cc5a7ce5ecf7139ce1fe67cd93e7f75d353329 (patch) | |
tree | 610e2a3fcb82ca7347458a7d8b9fd28baed2ae1c /lib/open.t | |
parent | 4d87f306a89399af5812b58d70b8b6519bb88d18 (diff) | |
download | perl-44cc5a7ce5ecf7139ce1fe67cd93e7f75d353329.tar.gz |
Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@28693
Diffstat (limited to 'lib/open.t')
-rw-r--r-- | lib/open.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open.t b/lib/open.t index 7c7e2df957..9c36e1a5c8 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 <<EOE; use open ':utf8'; |