X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frender_file_contents.t;fp=t%2Frender_file_contents.t;h=0dbcb0db1da85e18e8f02be8987fd08be4c12bd4;hb=57f304f79b64d807c7b34fea456efb7018722999;hp=45b02531cf572a2f2a2eccd70c0e6d32eb9c18f1;hpb=57dd22e0eeba52e7629191500b8d174beda200f6;p=catagits%2FCatalyst-Devel.git diff --git a/t/render_file_contents.t b/t/render_file_contents.t index 45b0253..0dbcb0d 100644 --- a/t/render_file_contents.t +++ b/t/render_file_contents.t @@ -20,7 +20,9 @@ ok( $helper->render_file_contents('example1', $fn, ok -r $fn; ok -s $fn; my $perms = ( stat $fn )[2] & 07777; -is $perms, 0677; +unless ($^O eq 'MSWin32') { + is $perms, 0677; +} unlink $fn; done_testing;