]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
add umask to test wiki
authorDavid Bremner <bremner@unb.ca>
Mon, 1 Sep 2008 14:51:39 +0000 (11:51 -0300)
committerDavid Bremner <bremner@unb.ca>
Mon, 1 Sep 2008 21:47:33 +0000 (18:47 -0300)
test/test.setup

index 3fda9010f2f6abf47ba650a99fb11a1ac6647485..7b16fb98d76989ea205fb77c4a9eea09813580dd 100644 (file)
@@ -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,