From 93de61c7dfa4c0e5db9bbfecec210da8582d8174 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 28 Feb 2012 14:07:19 +0000 Subject: Remove pointless empty directory from test --- morphlib/bins_tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'morphlib/bins_tests.py') 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)], ['.']) -- cgit v1.2.1