Skip to content

Commit

Permalink
Run test even when chmod doesn't support follow_symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
kwi-dk committed Dec 15, 2022
1 parent 5b83afe commit db40615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_tempfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,6 @@ def test_cleanup_with_symlink_to_a_directory(self):

@os_helper.skip_unless_symlink
@os_helper.skip_unless_working_chmod
@unittest.skipUnless(os.chmod in os.supports_follow_symlinks, 'needs chmod follow_symlinks support')
def test_cleanup_with_error_deleting_symlink(self):
# cleanup() should not follow symlinks when fixing mode bits etc. (#91133)
d1 = self.do_create()
Expand Down

0 comments on commit db40615

Please sign in to comment.