Skip to content

Commit 536da88

Browse files
Masorubka1fanninpm
andauthored
Update Lib/test/test_posix.py
Co-authored-by: fanninpm <fanninpm@miamioh.edu>
1 parent 415fac8 commit 536da88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_posix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ def test_unlink_dir_fd(self):
15141514
raise
15151515

15161516
@unittest.skip("TODO: RUSTPYTHON; no os.mkfifo")
1517-
# @unittest.skipUnless(hasattr(os, 'mkfifo') and os.mkfifo in os.supports_dir_fd, "test needs dir_fd support in os.mkfifo()")
1517+
@unittest.skipUnless(hasattr(os, 'mkfifo') and os.mkfifo in os.supports_dir_fd, "test needs dir_fd support in os.mkfifo()")
15181518
def test_mkfifo_dir_fd(self):
15191519
with self.prepare() as (dir_fd, name, fullname):
15201520
try:

0 commit comments

Comments
 (0)