diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-10-19 20:32:24 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-10-19 20:36:20 -0400 |
commit | 0efa6de71269185adc8155368e49d31c82e1e21c (patch) | |
tree | 373792bcf23b37546c3a5de0e1feb4792ff1e2b4 /dist | |
parent | 3602166ee56e8cc46087203f9902d06fe89e60d5 (diff) | |
download | perl-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.t | 2 |
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; |