Skip to content

Commit

Permalink
Merge pull request #1122 from herwinw/termsig
Browse files Browse the repository at this point in the history
Fix title for nil check in Process::Status#termsig
  • Loading branch information
andrykonchin authored Jan 1, 2024
2 parents 18b9174 + 44d4c2c commit 555b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/process/status/termsig_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ruby_exe("exit(0)")
end

it "returns true" do
it "returns nil" do
$?.termsig.should be_nil
end
end
Expand Down

0 comments on commit 555b3cc

Please sign in to comment.