diff options
author | Ingo Weinhold <ingo_weinhold@gmx.de> | 2008-10-29 03:25:44 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-10-29 08:09:06 +0000 |
commit | df00ff3beeb297b9622f8acbed9c80d320c87580 (patch) | |
tree | 271bdce6a5b597e9fc3291185f707887c806e9cb /t/io/fs.t | |
parent | 85fbaab29c398adbb5b4445d3ed41e0a96364ce4 (diff) | |
download | perl-df00ff3beeb297b9622f8acbed9c80d320c87580.tar.gz |
Haiku Port
Message-Id: <20081029022544.413.1@knochen-vm.localdomain>
p4raw-id: //depot/perl@34630
Diffstat (limited to 't/io/fs.t')
-rwxr-xr-x | t/io/fs.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ sub check_utime_result { is( $atime, 500000001, 'atime' ); is( $mtime, 500000000 + $delta, 'mtime' ); } - elsif ($^O eq 'beos') { + elsif ($^O eq 'beos' || $^O eq 'haiku') { SKIP: { skip "atime not updated", 1; } |