From 1c5054996fcb7af6831eb1fea2df3678fb23e986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sat, 6 Nov 2010 02:12:51 +0000 Subject: Fix one omission in r78359 --- Lib/test/test_shutil.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index 81c9036..270293a 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): -- cgit v0.12