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