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 d0ed838 commit 43334faCopy full SHA for 43334fa
Lib/test/test_os/test_os.py
@@ -2781,7 +2781,7 @@ def test_fpathconf_bad_fd(self):
2781
@unittest.skipUnless(hasattr(os, 'pathconf'), 'test needs os.pathconf()')
2782
@unittest.skipIf(
2783
support.linked_to_musl(),
2784
- 'musl pathconf ignores the file descriptor and returns a constant',
+ 'musl fpathconf ignores the file descriptor and returns a constant',
2785
)
2786
def test_pathconf_negative_fd_uses_fd_semantics(self):
2787
with self.assertRaises(OSError) as ctx:
0 commit comments