A rejected hunk of #18902 reapplied.
Jarkko Hietaniemi [Tue, 11 Mar 2003 05:29:12 +0000 (05:29 +0000)]
p4raw-id: //depot/perl@18903

t/io/utf8.t

index e5005e5..c7ad296 100755 (executable)
@@ -291,8 +291,7 @@ ok( 1 );
            utf8::upgrade($s) if $v->[1] eq "utf8";
 
            $s .= <F>;
-           print $s eq chr($v->[0]) . chr($u->[0]) ?
-               "ok $t # rcatline utf8\n" : "not ok $t # rcatline utf8\n";
+           ok( $s eq chr($v->[0]) . chr($u->[0]), 'rcatline utf8' );
            close F;
            $t++;
        }