zsh: remove non-Homebrew-specific caveats.

master
Mike McQuaid 2017-02-21 17:36:04 +00:00
parent 289f864eca
commit bcc3675711
1 changed files with 0 additions and 6 deletions

View File

@ -77,12 +77,6 @@ class Zsh < Formula
end
end
def caveats; <<-EOS.undent
In order to use this build of zsh as your login shell,
it must be added to /etc/shells.
EOS
end
test do
assert_equal "homebrew\n",
shell_output("#{bin}/zsh -c 'echo homebrew'")