From e351cf049cb1b5a0c08849b845c6ae4fcdd02f13 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sun, 14 Jul 2024 11:51:52 -0400 Subject: [PATCH] Update Library/Homebrew/test/sandbox_spec.rb Co-authored-by: Mike McQuaid --- Library/Homebrew/test/sandbox_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/sandbox_spec.rb b/Library/Homebrew/test/sandbox_spec.rb index ec93530d94..a28389b427 100644 --- a/Library/Homebrew/test/sandbox_spec.rb +++ b/Library/Homebrew/test/sandbox_spec.rb @@ -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")