Update manpage and completions. #30352
Annotations
1 error
Run brew tests:
usr/local/Homebrew/Library/Homebrew/test/cmd/migrate_spec.rb#L9
Homebrew::Cmd::Migrate migrates a renamed Formula
Failure/Error:
expect { brew "migrate", "testball1" }
.to output(/Migrating formula testball1 to testball2/).to_stdout
.and not_to_output.to_stderr
.and be_a_success
expected block to output /Migrating formula testball1 to testball2/ to stdout, but output nothing
Diff for (output /Migrating formula testball1 to testball2/ to stdout):
@@ -1 +1 @@
-/Migrating formula testball1 to testball2/
+""
|
Loading