]> granicus.if.org Git - python/commitdiff
Fix one omission in r78359
authorÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 02:12:51 +0000 (02:12 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 02:12:51 +0000 (02:12 +0000)
Lib/test/test_shutil.py

index 81c903601aabb6db903feb286edcbe546ea2d398..270293a4d2b4df51acfdf3e99c971ce04670a9ed 100644 (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):