From 059259ecd1f974b98718bf05f8be63fa0e7c4e32 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 25 Dec 2010 23:02:47 +0000 Subject: 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. --- t/autoindex.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') 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); -- cgit v1.2.3