diff options
| author | Jack Nagel | 2012-02-20 15:53:20 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-20 15:53:20 -0600 |
| commit | aa075337c5980b5cd1fa7b78007aa78e73a01164 (patch) | |
| tree | 33d26171e05a85ed2c0abe7fdedef14f3dedb165 /Library/Formula/zsh.rb | |
| parent | fbb583719b497791ffee2d9bacbd71ca9e403cbd (diff) | |
| download | homebrew-aa075337c5980b5cd1fa7b78007aa78e73a01164.tar.bz2 | |
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>
Diffstat (limited to 'Library/Formula/zsh.rb')
| -rw-r--r-- | Library/Formula/zsh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index 51ad3b0d4..11b01bfec 100644 --- a/Library/Formula/zsh.rb +++ b/Library/Formula/zsh.rb @@ -34,7 +34,7 @@ class Zsh < Formula end def test - system "HOME=\"#{prefix}\" make check" + system "#{bin}/zsh --version" end def caveats; <<-EOS.undent |
