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