Blame SOURCES/perl-5.10.0-x86_64-io-test-failure.patch

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