cvsutils: fix test
This commit is contained in:
parent
b672580ab5
commit
0eb8f86eac
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue