04bfb0
diff -up perl-5.10.0/t/io/fs.t.BAD perl-5.10.0/t/io/fs.t
04bfb0
--- perl-5.10.0/t/io/fs.t.BAD	2008-01-30 13:36:43.000000000 -0500
04bfb0
+++ perl-5.10.0/t/io/fs.t	2008-01-30 13:41:27.000000000 -0500
04bfb0
@@ -257,7 +257,7 @@ isnt($atime, 500000000, 'atime');
04bfb0
 isnt($mtime, $ut + $delta, 'mtime: utime called with two undefs');
04bfb0
 
04bfb0
 SKIP: {
04bfb0
-    skip "no futimes", 6 unless ($Config{d_futimes} || "") eq "define";
04bfb0
+    skip "no futimes", 6;
04bfb0
     note("check futimes");
04bfb0
     open(my $fh, "<", 'b');
04bfb0
     $foo = (utime $ut,$ut + $delta, $fh);