X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fperms.t;h=4cd01fa180289871b6e54d4c3aef9480d3dd2239;hb=12444d55c2adf5750309cf8afdb16f9b247fd227;hp=4b779dfa2b8476b6f8b3c75e7114e3b1f300f201;hpb=339c18216443e9e8b0b6183747fe325d6774baae;p=urisagit%2FPerl-Docs.git diff --git a/t/perms.t b/t/perms.t index 4b779df..4cd01fa 100644 --- a/t/perms.t +++ b/t/perms.t @@ -4,6 +4,7 @@ use strict ; use Test::More ; use File::Slurp ; +plan skip_all => "meaningless on Win32" if $^O =~ /win32/i ; plan tests => 2 ; my $file = "perms.$$" ;