Merge pull request #12769 from MikeMcQuaid/fix_services_spec

test/cmd/services_spec: fix test.
This commit is contained in:
Mike McQuaid 2022-01-21 14:20:26 +00:00 committed by GitHub
commit cf4848b17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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