This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Patch up the failing multi-byte write case, and un-skip
[perl5.git] / ext / Encode / t / Japanese.t
index d6fa824..20f5b25 100644 (file)
@@ -70,7 +70,7 @@ select($out);
 
 SKIP:
 {
- skip "Multi-byte write is broken",3;
#skip "Multi-byte write is broken",3;
  print "# dst :encoding test\n";
  open(my $src,"<:utf8",$ref) || die "Cannot open $ref:$!";
  ok(defined($src) || fileno($src));