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 1e7cdc9 commit c49630cCopy full SHA for c49630c
Tests/SubprocessTests/PipeConfigurationTests.swift
@@ -906,6 +906,7 @@ struct PipeConfigurationTests {
906
#expect(result.standardOutput?.contains("stderr") == true)
907
#expect(result.terminationStatus.isSuccess)
908
}
909
+ #endif
910
911
@Test func testMergeErrorRedirection() async throws {
912
#if os(Windows)
@@ -952,7 +953,6 @@ struct PipeConfigurationTests {
952
953
954
955
- #endif
956
957
@Test func testErrorRedirectionWithPipeOperators() async throws {
958
0 commit comments