We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5307f44 commit 4b76671Copy full SHA for 4b76671
Lib/test/test_posixpath.py
@@ -663,6 +663,7 @@ def test_realpath_resolve_first(self):
663
@os_helper.skip_unless_symlink
664
@skip_if_ABSTFN_contains_backslash
665
@unittest.skipIf(os.chmod not in os.supports_follow_symlinks, "Can't set symlink permissions")
666
+ @unittest.skipIf(sys.platform != "darwin", "only macOS requires read permission to readlink()")
667
def test_realpath_unreadable_symlink(self):
668
try:
669
os.symlink(ABSTFN+"1", ABSTFN)
0 commit comments