From: Éric Araujo Date: Sat, 6 Nov 2010 02:12:51 +0000 (+0000) Subject: Fix one omission in r78359 X-Git-Tag: v3.2a4~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c5054996fcb7af6831eb1fea2df3678fb23e986;p=thirdparty%2FPython%2Fcpython.git Fix one omission in r78359 --- diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index 81c903601aab..270293a4d2b4 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):