From 4d682f2db4078f9c836a89c015613dfc05523531 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 20 Feb 2012 15:53:20 -0600 Subject: [PATCH] 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 --- Formula/zsh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/zsh.rb b/Formula/zsh.rb index 51ad3b0d49..11b01bfecb 100644 --- a/Formula/zsh.rb +++ b/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