Skip to content

Commit db40615

Browse files
committed
Run test even when chmod doesn't support follow_symlinks
1 parent 5b83afe commit db40615

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_tempfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,6 @@ def test_cleanup_with_symlink_to_a_directory(self):
16541654

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

0 commit comments

Comments
 (0)