Skip to content

Commit 653c070

Browse files
authored
Merge pull request swiftlang#2583 from compnerd/windows-test
TestFoundation: remove test_fileDescriptorsAreNotInherited on Windows
2 parents f490412 + 164349d commit 653c070

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TestFoundation/TestProcess.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,6 @@ class TestProcess : XCTestCase {
816816
("test_redirect_all_using_nil", test_redirect_all_using_nil),
817817
("test_plutil", test_plutil),
818818
("test_currentDirectory", test_currentDirectory),
819-
("test_fileDescriptorsAreNotInherited", test_fileDescriptorsAreNotInherited),
820819
("test_pipeCloseBeforeLaunch", test_pipeCloseBeforeLaunch),
821820
("test_multiProcesses", test_multiProcesses),
822821
]

0 commit comments

Comments
 (0)