diff options
| author | Jack Nagel | 2013-03-25 13:35:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:37 -0500 |
| commit | e16a9b38c27cd4d6111b85fdd0f55a0e578dac1d (patch) | |
| tree | 07a21b9f647e1bcd329e64a904e1dfb5fd76c957 /Library | |
| parent | 4dbdca9211f898f3a324e563ad0d8768cf152665 (diff) | |
| download | homebrew-e16a9b38c27cd4d6111b85fdd0f55a0e578dac1d.tar.bz2 | |
git-flow-avh: fix test
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git-flow-avh.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb index db26af9f8..a73f01060 100644 --- a/Library/Formula/git-flow-avh.rb +++ b/Library/Formula/git-flow-avh.rb @@ -34,7 +34,7 @@ class GitFlowAvh < Formula EOS end - def test - system "#{bin}/git-flow version" + test do + system "#{bin}/git-flow", "version" end end |
