mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Merge with 3.3
This commit is contained in:
commit
fb1141cd55
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ class WalkTests(unittest.TestCase):
|
||||||
f.close()
|
f.close()
|
||||||
if support.can_symlink():
|
if support.can_symlink():
|
||||||
os.symlink(os.path.abspath(t2_path), link_path)
|
os.symlink(os.path.abspath(t2_path), link_path)
|
||||||
symlink_to_dir('broken', broken_link_path, True)
|
os.symlink('broken', broken_link_path, True)
|
||||||
sub2_tree = (sub2_path, ["link"], ["broken_link", "tmp3"])
|
sub2_tree = (sub2_path, ["link"], ["broken_link", "tmp3"])
|
||||||
else:
|
else:
|
||||||
sub2_tree = (sub2_path, [], ["tmp3"])
|
sub2_tree = (sub2_path, [], ["tmp3"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue