]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Pass -templatedir to get this test passing again.
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Tue, 16 Sep 2014 02:16:39 +0000 (22:16 -0400)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Tue, 16 Sep 2014 02:16:39 +0000 (22:16 -0400)
t/img.t

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"));
 
 
 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));
 
 
 ok(! system($command));