Skip to content

Commit c49630c

Browse files
committed
Increase Windows test coverage
1 parent 1e7cdc9 commit c49630c

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
@@ -906,6 +906,7 @@ struct PipeConfigurationTests {
906906
#expect(result.standardOutput?.contains("stderr") == true)
907907
#expect(result.terminationStatus.isSuccess)
908908
}
909+
#endif
909910

910911
@Test func testMergeErrorRedirection() async throws {
911912
#if os(Windows)
@@ -952,7 +953,6 @@ struct PipeConfigurationTests {
952953
#expect(result.standardOutput?.contains("stderr") == true)
953954
#expect(result.terminationStatus.isSuccess)
954955
}
955-
#endif
956956

957957
@Test func testErrorRedirectionWithPipeOperators() async throws {
958958
#if os(Windows)

0 commit comments

Comments
 (0)