From: Simon McVittie Date: Sun, 24 Feb 2013 13:16:13 +0000 (+0000) Subject: map test: clean up after ourselves X-Git-Tag: 3.20130504~74^2~1 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2bdb0c59021d7d1ae906f82b606638e560726469?hp=af8712cfac73d7668e509abf97eeabb5e824c29b map test: clean up after ourselves --- diff --git a/t/map.t b/t/map.t index e764457d1..7f3df61f7 100755 --- a/t/map.t +++ b/t/map.t @@ -229,6 +229,7 @@ check('alpha/1/i*', node('iv', []), ]); +ok(! system("rm -rf t/tmp")); done_testing; 1;