Skip to content

Commit 43334fa

Browse files
committed
Fix skip messages
1 parent d0ed838 commit 43334fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_os/test_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,7 @@ def test_fpathconf_bad_fd(self):
27812781
@unittest.skipUnless(hasattr(os, 'pathconf'), 'test needs os.pathconf()')
27822782
@unittest.skipIf(
27832783
support.linked_to_musl(),
2784-
'musl pathconf ignores the file descriptor and returns a constant',
2784+
'musl fpathconf ignores the file descriptor and returns a constant',
27852785
)
27862786
def test_pathconf_negative_fd_uses_fd_semantics(self):
27872787
with self.assertRaises(OSError) as ctx:

0 commit comments

Comments
 (0)