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:
parent
1071fc860b
commit
4d682f2db4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Zsh < Formula
|
|||
end
|
||||
|
||||
def test
|
||||
system "HOME=\"#{prefix}\" make check"
|
||||
system "#{bin}/zsh --version"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue