sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix test to intialise plugins
[ikiwiki.git]
/
t
/
linkify.t
diff --git
a/t/linkify.t
b/t/linkify.t
index 0510cd6dbb24c2acaa9f2e8dab82a0d9c50adfb1..3939cabec814f0f2c67756afe12f7152a6b234ba 100755
(executable)
--- a/
t/linkify.t
+++ b/
t/linkify.t
@@
-5,6
+5,10
@@
use Test::More tests => 32;
BEGIN { use_ok("IkiWiki"); }
+# Initialize link plugin
+%config=IkiWiki::defaultconfig();
+IkiWiki::loadplugins();
+
my $prefix_directives;
sub linkify ($$$$) {