From aa075337c5980b5cd1fa7b78007aa78e73a01164 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 20 Feb 2012 15:53:20 -0600 Subject: 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 --- Library/Formula/zsh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3