crunch: use valid command

This commit is contained in:
mikit 2018-03-19 22:34:17 +09:00 committed by ilovezfs
parent e0ddfaf8fa
commit d608077712

View file

@ -23,6 +23,6 @@ class Crunch < Formula
end
test do
system "#{bin}/crunch", "--version"
system "#{bin}/crunch", "-v"
end
end