Skip to content

Commit d68a48f

Browse files
authored
Correct test comment.
1 parent 1038151 commit d68a48f

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)