diff options
Diffstat (limited to 't/autoindex.t')
-rwxr-xr-x | t/autoindex.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/autoindex.t b/t/autoindex.t index 665f0dc1c..1e40b4c53 100755 --- a/t/autoindex.t +++ b/t/autoindex.t @@ -26,6 +26,7 @@ $config{userdir} = "users"; $config{tagbase} = "tags"; $config{default_pageext} = "mdwn"; $config{wiki_file_prune_regexps} = [qr/^\./]; +$config{autoindex_commit} = 1; is(checkconfig(), 1); |