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