From 2bde54c9dc0e1776882f4e0fef5750296e848c5b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 3 Feb 2019 12:25:20 +0000 Subject: t: Consistently remove temp directory before testing, not after When a test fails, it's useful to be able to inspect the output. Signed-off-by: Simon McVittie --- t/img.t | 3 --- 1 file changed, 3 deletions(-) (limited to '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; -- cgit v1.2.3