Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9877e7f
)
Pass -templatedir to get this test passing again.
author
Amitai Schlair
<schmonz-web-ikiwiki@schmonz.com>
Tue, 16 Sep 2014 02:16:39 +0000
(22:16 -0400)
committer
Amitai Schlair
<schmonz-web-ikiwiki@schmonz.com>
Tue, 16 Sep 2014 02:16:39 +0000
(22:16 -0400)
t/img.t
patch
|
blob
|
history
diff --git
a/t/img.t
b/t/img.t
index 9a48cb1c55ac94dfb8023f9730801c71d217e367..95d39bc0978acdb1ae00d03780e7ea67faf87b67 100755
(executable)
--- a/
t/img.t
+++ b/
t/img.t
@@
-37,7
+37,7
@@
EOF
ok(! system("make -s ikiwiki.out"));
-my $command = "perl -I. ./ikiwiki.out -set usedirs=0 -plugin img t/tmp/in t/tmp/out -verbose";
+my $command = "perl -I. ./ikiwiki.out -set usedirs=0 -
templatedir=templates -
plugin img t/tmp/in t/tmp/out -verbose";
ok(! system($command));