From: David Bremner Date: Mon, 1 Sep 2008 14:51:39 +0000 (-0300) Subject: add umask to test wiki X-Git-Tag: 0.1~27 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/97001c9e156327fad47bf69bc21808f1bf516ea5 add umask to test wiki --- diff --git a/test/test.setup b/test/test.setup index 3fda9010f..7b16fb98d 100644 --- a/test/test.setup +++ b/test/test.setup @@ -126,7 +126,7 @@ use IkiWiki::Setup::Standard { # Cost of generating a password using Authen::Passphrase::BlowfishCrypt #password_cost => 8, # Uncomment to force ikiwiki to run with a particular umask. - #umask => 022, + umask => 022, # Default settings for the recentchanges page. #recentchangespage => "recentchanges", #recentchangesnum => 100,