to be working right. For now skipping the test,
waiting for Dan's opinion.
p4raw-id: //depot/perl@15874
# print "1..0 # Skip: PerlIO was not built\n";
# exit 0;
# }
-# should work on EBCDIC
-# if (ord("A") == 193) {
-# print "1..0 # Skip: EBCDIC\n";
-# exit 0;
-# }
+ if (ord("A") == 193) {
+ print "1..0 # Skip: EBCDIC\n";
+ exit 0;
+ }
$| = 1;
}