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.
2 parents 6f9b19f + d68a48f commit cc4911cCopy full SHA for cc4911c
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