diff options
| author | Jack Nagel | 2013-03-25 13:34:46 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:35 -0500 | 
| commit | edb77a4df14b2529b508135ee14bf8037f5e9fb7 (patch) | |
| tree | d8d1366105c48ca6058707634196b3f00a836bd4 | |
| parent | 98b6205090a391057c8052c686f8b53390abf530 (diff) | |
| download | homebrew-edb77a4df14b2529b508135ee14bf8037f5e9fb7.tar.bz2 | |
easy-git: fix test
| -rw-r--r-- | Library/Formula/easy-git.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/easy-git.rb b/Library/Formula/easy-git.rb index c2fed7281..280685938 100644 --- a/Library/Formula/easy-git.rb +++ b/Library/Formula/easy-git.rb @@ -10,7 +10,7 @@ class EasyGit < Formula      bin.install "eg"    end -  def test -    system "#{bin}/eg help" +  test do +    system "#{bin}/eg", "help"    end  end | 
