cvsutils: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:34:46 -05:00
parent b672580ab5
commit 0eb8f86eac

View file

@ -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