aboutsummaryrefslogtreecommitdiff
path: root/t/map.t
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2013-02-24 13:16:13 +0000
committerSimon McVittie <smcv@debian.org>2013-02-24 13:16:13 +0000
commit2bdb0c59021d7d1ae906f82b606638e560726469 (patch)
tree21cf2add02355732c6c82302378db55fb642deda /t/map.t
parentaf8712cfac73d7668e509abf97eeabb5e824c29b (diff)
downloadikiwiki-2bdb0c59021d7d1ae906f82b606638e560726469.tar
ikiwiki-2bdb0c59021d7d1ae906f82b606638e560726469.tar.gz
map test: clean up after ourselves
Diffstat (limited to 't/map.t')
-rwxr-xr-xt/map.t1
1 files changed, 1 insertions, 0 deletions
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;