Update Library/Homebrew/test/sandbox_spec.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6995e955b5
commit
e351cf049c
@ -130,7 +130,7 @@ RSpec.describe Sandbox, :needs_macos do
|
||||
end
|
||||
end
|
||||
|
||||
describe "#disallow sending signal to other processes" do
|
||||
describe "disallow sending signal to other processes" do
|
||||
# we have to spawn a process, otherwise kill doesn't try to send a signal if the process doesn't exist
|
||||
let(:pid) do
|
||||
pid = spawn("sleep 1000")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user