On Mon, Apr 05, 2004 at 09:31:54AM +0100, Steve Hay wrote:
> The "failure" is merely that test 38 doesn't exist:

Some tests are skipped on Windows, but I got the number of tests to
skip wrong.  This should fix it.

--- t/Command.t.orig    Mon Apr  5 14:41:41 2004
+++ t/Command.t Mon Apr  5 14:41:55 2004
@@ -148,7 +148,7 @@
             $^O eq 'NetWare' || $^O eq 'dos' || $^O eq 'cygwin'  ||
             $^O eq 'MacOS'
            ) {
-            skip( "different file permission semantics on $^O", 3);
+            skip( "different file permission semantics on $^O", 4);
         }
 
         @ARGV = ('testdir');


-- 
Michael G Schwern   <[EMAIL PROTECTED]>   http://www.pobox.com/~schwern/
Perl Quality Assurance     <[EMAIL PROTECTED]>       Kwalitee Is Job One

Reply via email to