Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/SubprocessTests/SubprocessTests+Darwin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct SubprocessDarwinTests {
.path("/bin/cat"),
error: .discarded
) { subprocess, standardOutput in
// First suspend the procss
// First suspend the process
try subprocess.send(signal: .suspend)
var suspendedStatus: Int32 = 0
waitpid(subprocess.processIdentifier.value, &suspendedStatus, WNOHANG | WUNTRACED)
Expand Down
Loading