Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e028b2

Browse files
pxinwrmiss-islington
authored andcommitted
bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not supported (GH-11853)
https://bugs.python.org/issue35994
1 parent 5723263 commit 3e028b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ def setUp(self):
923923
["broken_link", "broken_link2", "broken_link3",
924924
"tmp3"])
925925
else:
926-
self.sub2_tree = (sub2_path, [], ["tmp3"])
926+
self.sub2_tree = (sub2_path, ["SUB21"], ["tmp3"])
927927

928928
os.chmod(sub21_path, 0)
929929
try:

0 commit comments

Comments
 (0)