X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a05b5336d234eda685423edf6bcf67ca60894dc9..2fe003dac47259aabfc7603ce60ead5a4030c80c:/t/img.t diff --git a/t/img.t b/t/img.t index 8c10d9b74..6c295737e 100755 --- a/t/img.t +++ b/t/img.t @@ -26,7 +26,8 @@ ok(! system("rm -rf t/tmp; mkdir -p t/tmp/in")); ok(! system("cp t/img/redsquare.png t/tmp/in/redsquare.png")); if ($SVGS_WORK) { - writefile("emptysquare.svg", "t/tmp/in", ''); + writefile("emptysquare.svg", "t/tmp/in", + ''); } # using different image sizes for different pages, so the pagenumber selection can be tested easily @@ -49,7 +50,7 @@ EOF ok(! system("make -s ikiwiki.out")); -my $command = "perl -I. ./ikiwiki.out -set usedirs=0 -templatedir=templates -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));