zsh: fix test

Better tests are certainly welcome, but keep in mind that the source is
not available to `brew test`. If `make check` is necessary it should be
done as part of the build.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-02-20 15:53:20 -06:00
parent 1071fc860b
commit 4d682f2db4

View file

@ -34,7 +34,7 @@ class Zsh < Formula
end
def test
system "HOME=\"#{prefix}\" make check"
system "#{bin}/zsh --version"
end
def caveats; <<-EOS.undent