]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/img.t
Pass -templatedir to get this test passing again.
[ikiwiki.git] / 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"));
 
-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));