cdpr: use valid command
This commit is contained in:
parent
3e9a1fa2ec
commit
93b14860c5
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ class Cdpr < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
system "#{bin}/cdpr", "--version"
|
system "#{bin}/cdpr", "-h"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue