aboutsummaryrefslogtreecommitdiff
path: root/t/img.t
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2014-09-15 22:16:39 -0400
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2014-09-15 22:16:39 -0400
commit04a10a180d33ec5c4d41aa794dccdddfee55b2b3 (patch)
treed019b64d71f4fb0e5cd046a3275e029d1a34cbdd /t/img.t
parent9877e7facb163a335eb6eaf5008c68007a9bd0e7 (diff)
downloadikiwiki-04a10a180d33ec5c4d41aa794dccdddfee55b2b3.tar
ikiwiki-04a10a180d33ec5c4d41aa794dccdddfee55b2b3.tar.gz
Pass -templatedir to get this test passing again.
Diffstat (limited to 't/img.t')
-rwxr-xr-xt/img.t2
1 files changed, 1 insertions, 1 deletions
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));