cdpr: use valid command

This commit is contained in:
mikit 2018-03-20 05:11:23 +09:00 committed by ilovezfs
parent 3e9a1fa2ec
commit 93b14860c5

View file

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