projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8108178
)
fix test to intialise plugins
author
Joey Hess
<joey@kodama.kitenet.net>
Sun, 24 Feb 2008 19:54:01 +0000
(14:54 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sun, 24 Feb 2008 19:54:01 +0000
(14:54 -0500)
t/linkify.t
patch
|
blob
|
history
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 ($$$$) {