diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-04-22 09:01:43 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-04-22 09:01:43 +0000 |
commit | c00aeceeaac1a4c0eb8269c77dd4b17f85f8deac (patch) | |
tree | 838f84857ca0893fc9dd782250dd1ab32b247579 /ext/Encode/t | |
parent | 0ec158f4b0db050abb15876df15f5f883540cfd9 (diff) | |
download | perl-c00aeceeaac1a4c0eb8269c77dd4b17f85f8deac.tar.gz |
Integrate //depot/perlio into mainline
p4raw-id: //depot/perl@16066
Diffstat (limited to 'ext/Encode/t')
-rw-r--r-- | ext/Encode/t/perlio.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Encode/t/perlio.t b/ext/Encode/t/perlio.t index 936eeb0b63..3381a12e13 100644 --- a/ext/Encode/t/perlio.t +++ b/ext/Encode/t/perlio.t @@ -59,7 +59,7 @@ for my $e (qw/euc-jp shiftjis 7bit-jis iso-2022-jp iso-2022-jp-1/){ # first create a file without perlio dump2file($sfile, &encode($e, $utext, 0)); - + # then create a file via perlio without autoflush SKIP:{ |