diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2014-09-15 22:16:39 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2014-09-15 22:16:39 -0400 |
commit | 04a10a180d33ec5c4d41aa794dccdddfee55b2b3 (patch) | |
tree | d019b64d71f4fb0e5cd046a3275e029d1a34cbdd /t | |
parent | 9877e7facb163a335eb6eaf5008c68007a9bd0e7 (diff) | |
download | ikiwiki-04a10a180d33ec5c4d41aa794dccdddfee55b2b3.tar ikiwiki-04a10a180d33ec5c4d41aa794dccdddfee55b2b3.tar.gz |
Pass -templatedir to get this test passing again.
Diffstat (limited to 't')
-rwxr-xr-x | t/img.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |