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/map.t | 1 - 1 file changed, 1 deletion(-) (limited to 't/map.t') diff --git a/t/map.t b/t/map.t index 5d4713d6f..36210d808 100755 --- a/t/map.t +++ b/t/map.t @@ -236,7 +236,6 @@ check('alpha/1/i*', node('iv', []), ]); -ok(! system("rm -rf t/tmp")); done_testing; 1; -- cgit v1.2.3