summaryrefslogtreecommitdiff
path: root/t/io/layers.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-14 20:36:55 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-14 20:36:55 +0000
commite76300d6a3eeeae9f529c5a2d89e531c688df885 (patch)
tree1fb637c8816b23ad440a2d1012d971a8bd9d005c /t/io/layers.t
parent491abfa0d3660abd254acccb4ce25347d4e51152 (diff)
downloadperl-e76300d6a3eeeae9f529c5a2d89e531c688df885.tar.gz
PERLIO=perlio requires extra steps.
p4raw-id: //depot/perl@19209
Diffstat (limited to 't/io/layers.t')
-rw-r--r--t/io/layers.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/io/layers.t b/t/io/layers.t
index 15359c1741..6eb0656aeb 100644
--- a/t/io/layers.t
+++ b/t/io/layers.t
@@ -8,6 +8,10 @@ BEGIN {
print "1..0 # Skip: not perlio\n";
exit 0;
}
+ if (exists $ENV{PERLIO} && $ENV{PERLIO} ne 'stdio') {
+ print "1..0 # PERLIO non-stdio\n";
+ exit(0);
+ }
}
plan tests => 43;