diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-14 20:36:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-14 20:36:55 +0000 |
commit | e76300d6a3eeeae9f529c5a2d89e531c688df885 (patch) | |
tree | 1fb637c8816b23ad440a2d1012d971a8bd9d005c /t/io/layers.t | |
parent | 491abfa0d3660abd254acccb4ce25347d4e51152 (diff) | |
download | perl-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.t | 4 |
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; |