X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/379d763a210e866bf24bd2fe55715f4b098438f1..9b932611101d310def92c1e58c0385ef1903880f:/t/img.t diff --git a/t/img.t b/t/img.t index 92cd61e13..d5479b96d 100755 --- a/t/img.t +++ b/t/img.t @@ -257,9 +257,6 @@ if (1) { # for easier testing ok(! -e "$outpath/x8-hello:world.png"); ok(! -e "$outpath/x4-a:b:c.png"); ok(! -e "$outpath/x6-a:b:c:d:e:f:g:h:i:j.png"); - - # cleanup - ok(! system("rm -rf t/tmp")); } done_testing;