Author: ambs
Date: Tue Jan 10 13:16:04 2006
New Revision: 11061

Modified:
   trunk/t/pmc/os.t
Log:
os.t - Test stat on windows


Modified: trunk/t/pmc/os.t
==============================================================================
--- trunk/t/pmc/os.t    (original)
+++ trunk/t/pmc/os.t    Tue Jan 10 13:16:04 2006
@@ -147,10 +147,7 @@ close X;
 
 my $stat;
 
-SKIP: {
-  skip "stat not available on Win 32 yet", 1 if $MSWin32;
-
-  if ($cygwin) {
+if ($cygwin || $MSWin32) {
     # Skip inode number
     my @s = stat('xpto');
     $stat = join("\n",$s[0],@s[2..12])."\n";
@@ -199,7 +196,6 @@ done:
 CODE
 
 }
-}
 
 
 # test lstat

Reply via email to