X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/65d0aee407f81db9ca2261fc8ecb1958f62302a9..6e5ae610e4eb31f983def35fd8d4cffb48fe4b1f:/t/linkify.t diff --git a/t/linkify.t b/t/linkify.t index d1d02cd27..2ed3face3 100755 --- a/t/linkify.t +++ b/t/linkify.t @@ -12,8 +12,10 @@ sub linkify ($$$$) { # This is what linkify and htmllink need set right now to work. # This could change, if so, update it.. + %IkiWiki::pagecase=(); %IkiWiki::links=(); foreach my $page (@existing_pages) { + $IkiWiki::pagecase{lc $page}=$page; $IkiWiki::links{$page}=[]; $IkiWiki::renderedfiles{"$page.mdwn"}=$page; }