aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cvsutils.rb
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:34:46 -0500
committerJack Nagel2013-03-26 00:02:34 -0500
commit20b51024727a78062d574730843369d2701767ac (patch)
tree8bf7381b93b9d8f5c196103a83b274bc2a520609 /Library/Formula/cvsutils.rb
parent2a8093ef9eea88a5a191977b39ce7319504b0226 (diff)
downloadhomebrew-20b51024727a78062d574730843369d2701767ac.tar.bz2
cvsutils: fix test
Diffstat (limited to 'Library/Formula/cvsutils.rb')
-rw-r--r--Library/Formula/cvsutils.rb4
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