Skip to content

Commit cc4911c

Browse files
authored
Merge pull request #98 from shepting/patch-6
Correct test comment.
2 parents 6f9b19f + d68a48f commit cc4911c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SubprocessTests/SubprocessTests+Unix.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ extension SubprocessUnixTests {
280280
input: .string(content, using: UTF8.self)
281281
)
282282
#expect(catResult.terminationStatus.isSuccess)
283-
// We should have read exactly 0 bytes
283+
// Output should match the input content
284284
#expect(catResult.standardOutput == content)
285285
}
286286

0 commit comments

Comments
 (0)