summaryrefslogtreecommitdiff
path: root/morphlib/bins_tests.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 14:07:19 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 14:07:19 +0000
commit93de61c7dfa4c0e5db9bbfecec210da8582d8174 (patch)
tree87ce0644250dc901904b322dac7fdd34c2c92c32 /morphlib/bins_tests.py
parent60e6af9061ecb82a68f4d50b16b9d68157550108 (diff)
downloadmorph-93de61c7dfa4c0e5db9bbfecec210da8582d8174.tar.gz
Remove pointless empty directory from test
Diffstat (limited to 'morphlib/bins_tests.py')
-rw-r--r--morphlib/bins_tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/morphlib/bins_tests.py b/morphlib/bins_tests.py
index 9139481b..1d0eb2bf 100644
--- a/morphlib/bins_tests.py
+++ b/morphlib/bins_tests.py
@@ -107,8 +107,6 @@ class ChunkTests(BinsTest):
self.populate_instdir()
morphlib.bins.create_chunk(self.instdir, self.chunk_f, ['.'], self.ex)
self.chunk_f.flush()
- empty = os.path.join(self.tempdir, 'empty')
- os.mkdir(empty)
self.assertEqual([x for x,y in self.recursive_lstat(self.instdir)],
['.'])