diff options
| author | Jack Nagel | 2013-03-25 13:34:46 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:34 -0500 |
| commit | 20b51024727a78062d574730843369d2701767ac (patch) | |
| tree | 8bf7381b93b9d8f5c196103a83b274bc2a520609 /Library/Formula/cvsutils.rb | |
| parent | 2a8093ef9eea88a5a191977b39ce7319504b0226 (diff) | |
| download | homebrew-20b51024727a78062d574730843369d2701767ac.tar.bz2 | |
cvsutils: fix test
Diffstat (limited to 'Library/Formula/cvsutils.rb')
| -rw-r--r-- | Library/Formula/cvsutils.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cvsutils.rb b/Library/Formula/cvsutils.rb index eceefdfbf..036e959b9 100644 --- a/Library/Formula/cvsutils.rb +++ b/Library/Formula/cvsutils.rb @@ -11,7 +11,7 @@ class Cvsutils < Formula system "make install" end - def test - system "#{bin}/cvsu --help" + test do + system "#{bin}/cvsu", "--help" end end |
