git-open: use valid command for test
This commit is contained in:
parent
2913c6c9c7
commit
be9f744531
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ class GitOpen < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/git-open", "--version"
|
||||
system "#{bin}/git-open", "-v"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue