mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not supported (GH-11853)
https://bugs.python.org/issue35994
This commit is contained in:
parent
5723263a3a
commit
3e028b2d40
1 changed files with 1 additions and 1 deletions
|
|
@ -923,7 +923,7 @@ def setUp(self):
|
|||
["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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue