summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-03-04 04:58:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-04 04:58:36 +0000
commit3995db9d6ce174a8383f94c41f5d5b8abec975e8 (patch)
tree71a3ec9387e7ab8e8db5a67728655de1b3ea0e34 /t
parent3b1c21fabed159100271bd60bac3f870f5ac16af (diff)
downloadperl-3995db9d6ce174a8383f94c41f5d5b8abec975e8.tar.gz
Can't test this without PerlIO.
p4raw-id: //depot/perl@18821
Diffstat (limited to 't')
-rw-r--r--t/uni/write.t4
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;