From: pxinwr Date: Fri, 15 Feb 2019 05:04:47 +0000 (+0800) Subject: bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not supported... X-Git-Tag: v3.8.0a2~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e028b2d40370dc986b6f3146a7ae927bc119f97;p=thirdparty%2FPython%2Fcpython.git bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not supported (GH-11853) https://bugs.python.org/issue35994 --- diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 9e0bef573cb3..b7e1c45c7999 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -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: