diff options
author | Simon McVittie <smcv@debian.org> | 2013-02-24 13:16:13 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2013-02-24 13:16:13 +0000 |
commit | 2bdb0c59021d7d1ae906f82b606638e560726469 (patch) | |
tree | 21cf2add02355732c6c82302378db55fb642deda | |
parent | af8712cfac73d7668e509abf97eeabb5e824c29b (diff) | |
download | ikiwiki-2bdb0c59021d7d1ae906f82b606638e560726469.tar ikiwiki-2bdb0c59021d7d1ae906f82b606638e560726469.tar.gz |
map test: clean up after ourselves
-rwxr-xr-x | t/map.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ check('alpha/1/i*', node('iv', []), ]); +ok(! system("rm -rf t/tmp")); done_testing; 1; |