X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/65d0aee407f81db9ca2261fc8ecb1958f62302a9..4895955ceaf264c5f17b10c4009e1ab1afcc55ee:/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; }