summaryrefslogtreecommitdiff
path: root/morphlib/bins_tests.py
diff options
context:
space:
mode:
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)],
['.'])