From db40615c2fe3a44b31d6f043b9805c0bdb5b4715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20L=C3=B8vborg?= Date: Thu, 15 Dec 2022 18:59:06 +0100 Subject: [PATCH] Run test even when chmod doesn't support follow_symlinks --- Lib/test/test_tempfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index 58cdcb1a2a06da..16a52e2a67d815 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py @@ -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()