]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/svn.t
Bring back the svnrepo setup file option. This is needed for recentchangediff to...
[ikiwiki.git] / t / svn.t
diff --git a/t/svn.t b/t/svn.t
index 8a8282c73340b8f8095204f24031a3a7a14534c0..eba8c65ef1d025b224ed7d8952fb71ae48754857 100755 (executable)
--- a/t/svn.t
+++ b/t/svn.t
@@ -21,6 +21,7 @@ BEGIN { use_ok("IkiWiki"); }
 %config=IkiWiki::defaultconfig();
 $config{rcs} = "svn";
 $config{srcdir} = "$dir/src";
 %config=IkiWiki::defaultconfig();
 $config{rcs} = "svn";
 $config{srcdir} = "$dir/src";
+$config{svnrepo} = "$dir/repo";
 $config{svnpath} = "trunk";
 IkiWiki::checkconfig();
 
 $config{svnpath} = "trunk";
 IkiWiki::checkconfig();