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