Skip to content

Commit cde5527

Browse files
committed
fix mac os
1 parent e169d97 commit cde5527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_cmd_line_script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ def test_nonexisting_script(self):
776776
@unittest.skipIf(sys.platform.startswith("freebsd") and
777777
os.stat("/dev").st_dev == os.stat("/dev/fd").st_dev,
778778
"Requires fdescfs mounted on /dev/fd on FreeBSD")
779+
@unittest.skipIf(sys.platform.startswith("darwin"), "Problems with Mac os descriptor")
779780
def test_script_as_dev_fd(self):
780781
# GH-87235: On macOS passing a non-trivial script to /dev/fd/N can cause
781782
# problems because all open /dev/fd/N file descriptors share the same

0 commit comments

Comments
 (0)