Fix one omission in r78359

This commit is contained in:
Éric Araujo 2010-11-06 02:12:51 +00:00
parent 5ac6d80c02
commit 1c5054996f

View file

@ -515,6 +515,7 @@ class TestShutil(unittest.TestCase):
# check if the compressed tarball was created
tarball = base_name + '.zip'
self.assertTrue(os.path.exists(tarball))
def test_make_archive(self):