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