missing_formula: remove sshpass from denylist
This commit is contained in:
parent
12c8778af9
commit
fcb3f8c553
@ -36,10 +36,6 @@ module Homebrew
|
||||
lzma is now part of the xz formula:
|
||||
brew install xz
|
||||
EOS
|
||||
when "sshpass" then <<~EOS
|
||||
We won't add sshpass because it makes it too easy for novice SSH users to
|
||||
ruin SSH's security.
|
||||
EOS
|
||||
when "gsutil" then <<~EOS
|
||||
gsutil is available through pip:
|
||||
pip3 install gsutil
|
||||
|
||||
@ -21,7 +21,6 @@ describe Homebrew::MissingFormula do
|
||||
it { is_expected.to disallow("pil") }
|
||||
it { is_expected.to disallow("macruby") }
|
||||
it { is_expected.to disallow("lzma") }
|
||||
it { is_expected.to disallow("sshpass") }
|
||||
it { is_expected.to disallow("gsutil") }
|
||||
it { is_expected.to disallow("gfortran") }
|
||||
it { is_expected.to disallow("play") }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user