Blame SOURCES/perl-5.10.0-x86_64-io-test-failure.patch
|
|
b8c914 |
diff -up perl-5.10.0/t/io/fs.t.BAD perl-5.10.0/t/io/fs.t
|
|
|
b8c914 |
--- perl-5.10.0/t/io/fs.t.BAD 2008-01-30 13:36:43.000000000 -0500
|
|
|
b8c914 |
+++ perl-5.10.0/t/io/fs.t 2008-01-30 13:41:27.000000000 -0500
|
|
|
b8c914 |
@@ -227,7 +227,7 @@ isnt($atime, 500000000, 'atime');
|
|
|
b8c914 |
isnt($mtime, 500000000 + $delta, 'mtime');
|
|
|
b8c914 |
|
|
|
b8c914 |
SKIP: {
|
|
|
b8c914 |
- skip "no futimes", 6 unless ($Config{d_futimes} || "") eq "define";
|
|
|
b8c914 |
+ skip "no futimes", 6;
|
|
|
b8c914 |
open(my $fh, "<", 'b');
|
|
|
b8c914 |
$foo = (utime 500000000,500000000 + $delta, $fh);
|
|
|
b8c914 |
is($foo, 1, "futime");
|