From 04a10a180d33ec5c4d41aa794dccdddfee55b2b3 Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Mon, 15 Sep 2014 22:16:39 -0400 Subject: [PATCH] Pass -templatedir to get this test passing again. --- t/img.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5