mirror of https://github.com/python/cpython
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:
parent
056f33d60c
commit
1c4253d600
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue