Update manpage and completions. #24029
tests.yml
on: pull_request
syntax
1m 34s
tap syntax
14m 54s
formula audit
6m 32s
cask audit
4m 23s
vendored gems
1m 35s
docker
7m 46s
Matrix: test-default-formula
Matrix: tests
Matrix: update-test
Annotations
1 error
tests (macOS 13; Ruby 3.1):
usr/local/Homebrew/Library/Homebrew/test/system_command_spec.rb#L43
SystemCommand#initialize when given an environment variable which is set to nil unsets them
Failure/Error:
expect do
command.run!
end.to raise_error(/C: parameter (null or )?not set/)
expected /C: parameter (null or )?not set/, got #<ErrorDuringExecution: Failure while executing; `/usr/bin/env A=1 B=2 env bash -c printf\ \"\%s\"\ \"\$\{A\?\}\"\ \"\$\{B\?\}\"\ \"\$\{C\?\}\"` exited with 127.> with backtrace:
# ./system_command.rb:327:in `assert_success!'
# ./system_command.rb:59:in `run!'
# ./test/system_command_spec.rb:45:in `block (5 levels) in <top (required)>'
# ./test/system_command_spec.rb:44:in `block (4 levels) in <top (required)>'
|