Skip to content

Commit 9304bb0

Browse files
committed
Fix test for Windows
1 parent fa18c24 commit 9304bb0

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
@@ -620,7 +620,7 @@ struct PipeConfigurationTests {
620620
return 1
621621
}
622622
}
623-
) | .name("cat") // Add second stage to make it a valid pipeline
623+
) | Cat() // Add second stage to make it a valid pipeline
624624
|> (
625625
input: .fileDescriptor(fileDescriptor, closeAfterSpawningProcess: false),
626626
output: .string(limit: .max),

0 commit comments

Comments
 (0)