From: Amitai Schlair Date: Tue, 16 Sep 2014 02:16:39 +0000 (-0400) Subject: Pass -templatedir to get this test passing again. X-Git-Tag: 3.20140916~4 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/04a10a180d33ec5c4d41aa794dccdddfee55b2b3 Pass -templatedir to get this test passing again. --- diff --git a/t/img.t b/t/img.t index 9a48cb1c5..95d39bc09 100755 --- 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));