Author: coke
Date: Fri Mar  2 19:43:42 2007
New Revision: 17303

Modified:
   trunk/   (props changed)
   trunk/t/distro/file_metadata.t

Log:
seems to work fine on my OS, restricting skip to win only, as ticket implies


Modified: trunk/t/distro/file_metadata.t
==============================================================================
--- trunk/t/distro/file_metadata.t      (original)
+++ trunk/t/distro/file_metadata.t      Fri Mar  2 19:43:42 2007
@@ -172,7 +172,8 @@
 =cut
 
 BEGIN {
-    plan skip_all => '#41569 - this test is broken';
+    plan skip_all => 'RT #41569 - this test is broken on win32'
+        if $^O eq 'MSWin32'; 
 
     unless ( $Parrot::Revision::current or `svk ls .` ) {
         plan skip_all => 'not a working copy';

Reply via email to