Kaydet (Commit) 2a051fa1 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Fix test for issue #6972.

üst a8d64ae3
......@@ -473,6 +473,7 @@ class TestsWithSourceFile(unittest.TestCase):
zinfo.external_attr = 0o600 << 16
zipfp.writestr(zinfo, content)
arcname = arcname.replace(os.sep, "/")
targetpath = os.path.join('target', 'subdir', 'subsub')
correctfile = os.path.join(targetpath, *fixedname.split('/'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment