make make_patchnum.sh (more) portable
[p5sagit/p5-mst-13.2.git] / t / io / fs.t
index cd8bd55..8c45c8d 100755 (executable)
--- a/t/io/fs.t
+++ b/t/io/fs.t
@@ -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;
                }