summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-10-19 20:32:24 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-10-19 20:36:20 -0400
commit0efa6de71269185adc8155368e49d31c82e1e21c (patch)
tree373792bcf23b37546c3a5de0e1feb4792ff1e2b4 /dist
parent3602166ee56e8cc46087203f9902d06fe89e60d5 (diff)
downloadperl-0efa6de71269185adc8155368e49d31c82e1e21c.tar.gz
IRIX: OS mixup in 1d850a6a.
Dangers of having too many login sessions open.
Diffstat (limited to 'dist')
-rw-r--r--dist/IO/t/io_xs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/t/io_xs.t b/dist/IO/t/io_xs.t
index 04fffe51e7..8c7b88c298 100644
--- a/dist/IO/t/io_xs.t
+++ b/dist/IO/t/io_xs.t
@@ -43,7 +43,7 @@ SKIP:
{ # [perl #64772] IO::Handle->sync fails on an O_RDONLY descriptor
$Config{d_fsync}
or skip "No fsync", 1;
- $^O =~ /^(?:aix|dec_osf)$/
+ $^O =~ /^(?:aix|irix)$/
and skip "fsync() documented to fail on non-writable handles on $^O", 1;
$^O eq 'cygwin'
and skip "fsync() on cygwin uses FlushFileBuffers which requires a writable handle", 1;