Skip to content

Commit 1e7cdc9

Browse files
committed
Increase Windows test coverage
1 parent 34a8bdb commit 1e7cdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SubprocessTests/PipeConfigurationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,6 @@ struct PipeConfigurationTests {
797797
#expect(result.terminationStatus.isSuccess)
798798
}
799799

800-
#if !os(Windows)
801800
@Test func testSharedErrorRespectingMaxSize() async throws {
802801
let longErrorMessage = String(repeating: "error", count: 100) // 500 characters
803802

@@ -821,6 +820,7 @@ struct PipeConfigurationTests {
821820

822821
// MARK: - Error Redirection Tests
823822

823+
#if !os(Windows)
824824
@Test func testSeparateErrorRedirection() async throws {
825825
#if os(Windows)
826826
let config =

0 commit comments

Comments
 (0)