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 a21ad26 commit 1bae8afCopy full SHA for 1bae8af
Tests/SubprocessTests/PipeConfigurationTests.swift
@@ -932,7 +932,6 @@ struct PipeConfigurationTests {
932
#expect(result.standardOutput?.contains("stderr") == true)
933
#expect(result.terminationStatus.isSuccess)
934
}
935
- #endif
936
937
@Test func testErrorRedirectionWithPipeOperators() async throws {
938
#if os(Windows)
@@ -969,6 +968,7 @@ struct PipeConfigurationTests {
969
968
#expect(lineCount == "1")
970
971
+ #endif
972
973
@Test func testProcessHelperWithErrorRedirection() async throws {
974
let pipeline =
0 commit comments