projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
317cb13
)
EBCDIC has different codepoints.
Jarkko Hietaniemi [Wed, 10 Jul 2002 11:27:44 +0000 (11:27 +0000)]
p4raw-id: //depot/perl@17462
lib/PerlIO/via/t/QuotedPrint.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/PerlIO/via/t/QuotedPrint.t
b/lib/PerlIO/via/t/QuotedPrint.t
index
9b2587c
..
2ce9cfb
100644
(file)
--- a/
lib/PerlIO/via/t/QuotedPrint.t
+++ b/
lib/PerlIO/via/t/QuotedPrint.t
@@
-9,6
+9,9
@@
BEGIN {
print "1..0 # Skip: PerlIO not used\n";
exit 0;
}
+ if (ord("A") == 193) {
+ print "1..0 # Skip: EBCDIC\n";
+ }
}
use Test::More tests => 11;