Update manpage and completions. #24029
Annotations
1 error
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)>'
|
The logs for this run have expired and are no longer available.
Loading