Skip to content

Commit faddc67

Browse files
Merge remote-tracking branch 'refs/remotes/origin/shutil-unpack_archive-extractall' into shutil-unpack_archive-extractall
2 parents 7940084 + 8d0ade5 commit faddc67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_shutil.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,6 @@ def test_unpack_archive_zip_badpaths(self):
21932193
self.assertFalse(os.path.exists(os.path.join(dstdir, 'abspath')))
21942194
self.assertFalse(os.path.exists(os.path.join(dstdir, 'G_')))
21952195
self.assertFalse(os.path.exists(os.path.join(dstdir, 'server')))
2196-
self.assertFalse(os.path.exists(os.path.join(dstdir, 'server2')))
21972196
if os.name != 'nt':
21982197
self.assertTrue(os.path.isfile(os.path.join(dstdir, 'C:', 'abspath')))
21992198
self.assertTrue(os.path.isfile(os.path.join(dstdir, 'D:\\abspath')))
@@ -2218,7 +2217,6 @@ def test_unpack_archive_zip_badpaths(self):
22182217
self.assertFalse(os.path.exists('abspath'))
22192218
self.assertFalse(os.path.exists('C_'))
22202219
self.assertFalse(os.path.exists('server'))
2221-
self.assertFalse(os.path.exists('server2'))
22222220
if os.name != 'nt':
22232221
self.assertTrue(os.path.isfile(os.path.join('C:', 'abspath')))
22242222
self.assertTrue(os.path.isfile('D:\\abspath'))

0 commit comments

Comments
 (0)