summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-12-25 23:02:47 +0000
committerSimon McVittie <smcv@debian.org>2011-01-22 22:36:41 +0000
commit059259ecd1f974b98718bf05f8be63fa0e7c4e32 (patch)
tree59f12cd281ff063b76449bc412aa19e682869660 /t
parent594a9194561ad373a31a7d34c6b5c7a84ec417a0 (diff)
Allow autoindex files to be written into the transient underlay
As with the tag plugin, for the moment keep the old behaviour in the test.
Diffstat (limited to 't')
-rwxr-xr-xt/autoindex.t1
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);