Commit 3e028b2d authored by pxinwr's avatar pxinwr Committed by Miss Islington (bot)

bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not supported (GH-11853)



https://bugs.python.org/issue35994
parent 5723263a
......@@ -923,7 +923,7 @@ class WalkTests(unittest.TestCase):
["broken_link", "broken_link2", "broken_link3",
"tmp3"])
else:
self.sub2_tree = (sub2_path, [], ["tmp3"])
self.sub2_tree = (sub2_path, ["SUB21"], ["tmp3"])
os.chmod(sub21_path, 0)
try:
......
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