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 1038151 commit d68a48fCopy full SHA for d68a48f
Tests/SubprocessTests/SubprocessTests+Unix.swift
@@ -280,7 +280,7 @@ extension SubprocessUnixTests {
280
input: .string(content, using: UTF8.self)
281
)
282
#expect(catResult.terminationStatus.isSuccess)
283
- // We should have read exactly 0 bytes
+ // Output should match the input content
284
#expect(catResult.standardOutput == content)
285
}
286
0 commit comments