Merged revisions 86235 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86235 | eric.araujo | 2010-11-06 03:12:51 +0100 (sam., 06 nov. 2010) | 2 lines

  Fix one omission in r78359
........
This commit is contained in:
Éric Araujo 2010-11-17 23:11:08 +00:00
parent 056f33d60c
commit 1c4253d600
1 changed files with 1 additions and 0 deletions

View File

@ -469,6 +469,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):