git-open: use valid command for test

This commit is contained in:
mikit 2018-03-20 06:03:18 +09:00 committed by ilovezfs
parent 2913c6c9c7
commit be9f744531

View file

@ -11,6 +11,6 @@ class GitOpen < Formula
end
test do
system "#{bin}/git-open", "--version"
system "#{bin}/git-open", "-v"
end
end