From bcc36757114b211e8e69b2dbb60975a0cdb0492f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 21 Feb 2017 17:36:04 +0000 Subject: [PATCH] zsh: remove non-Homebrew-specific caveats. --- Formula/zsh.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Formula/zsh.rb b/Formula/zsh.rb index aa24a04ab6d..02e8299b4da 100644 --- a/Formula/zsh.rb +++ b/Formula/zsh.rb @@ -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'")