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 ceab5f4 commit a21ad26Copy full SHA for a21ad26
Tests/SubprocessTests/PipeConfigurationTests.swift
@@ -900,6 +900,7 @@ struct PipeConfigurationTests {
900
#expect(result.terminationStatus.isSuccess)
901
}
902
903
+ #if !os(Windows)
904
@Test func testMergeErrorRedirection() async throws {
905
#if os(Windows)
906
let config =
@@ -931,6 +932,7 @@ struct PipeConfigurationTests {
931
932
#expect(result.standardOutput?.contains("stderr") == true)
933
934
935
+ #endif
936
937
@Test func testErrorRedirectionWithPipeOperators() async throws {
938
0 commit comments