]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - t/img.t
t: Consistently remove temp directory before testing, not after
[git.ikiwiki.info.git] / t / img.t
diff --git a/t/img.t b/t/img.t
index 92cd61e138951e598f2e536da5c7b9c1ad39ceff..d5479b96dad9b7726b683aeb8fa5e02f5ccb23e7 100755 (executable)
--- 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;