File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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' ))
You can’t perform that action at this time.
0 commit comments