Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc54d24
)
add umask to test wiki
author
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 14:51:39 +0000
(11:51 -0300)
committer
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 21:47:33 +0000
(18:47 -0300)
test/test.setup
patch
|
blob
|
history
diff --git
a/test/test.setup
b/test/test.setup
index 3fda9010f2f6abf47ba650a99fb11a1ac6647485..7b16fb98d76989ea205fb77c4a9eea09813580dd 100644
(file)
--- 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,