diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index 81c903601aa..270293a4d2b 100644 --- a/Lib/test/test_shutil.py +++ b/Lib/test/test_shutil.py @@ -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):