test/cmd/services_spec: fix test.

Was broken by https://github.com/Homebrew/homebrew-services/pull/443
This commit is contained in:
Mike McQuaid 2022-01-21 13:52:22 +00:00
parent e067a5c480
commit 0b9df6db62
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -6,7 +6,7 @@ describe "brew services", :integration_test, :needs_macos, :needs_network do
setup_remote_tap "homebrew/services"
expect { brew "services", "list" }
.to output("Warning: No services available to control with `brew services`\n").to_stderr
.to not_to_output.to_stderr
.and not_to_output.to_stdout
.and be_a_success
end