diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-04 04:58:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-04 04:58:36 +0000 |
commit | 3995db9d6ce174a8383f94c41f5d5b8abec975e8 (patch) | |
tree | 71a3ec9387e7ab8e8db5a67728655de1b3ea0e34 /t | |
parent | 3b1c21fabed159100271bd60bac3f870f5ac16af (diff) | |
download | perl-3995db9d6ce174a8383f94c41f5d5b8abec975e8.tar.gz |
Can't test this without PerlIO.
p4raw-id: //depot/perl@18821
Diffstat (limited to 't')
-rw-r--r-- | t/uni/write.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/uni/write.t b/t/uni/write.t index 95c3bbb36a..1a7564d3ac 100644 --- a/t/uni/write.t +++ b/t/uni/write.t @@ -5,6 +5,10 @@ BEGIN { chdir 't' if -d 't'; @INC = qw(../lib .); require "test.pl"; + unless (PerlIO::Layer->find('perlio')){ + print "1..0 # Skip: PerlIO required\n"; + exit 0; + } } plan tests => 6; |