Commit b501b565 authored by Jason R. Coombs's avatar Jason R. Coombs

Use simple call to os.symlink for broken link (intended for previous commit)

parent 3a092867
......@@ -687,7 +687,7 @@ class WalkTests(unittest.TestCase):
f.close()
if support.can_symlink():
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"])
else:
sub2_tree = (sub2_path, [], ["tmp3"])
......
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