diff options
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 |
