opam: fix test
This commit is contained in:
parent
5c2c868887
commit
c4fcfcc1ab
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ class Opam < Formula
|
|||
zsh_completion.install "shell/opam_completion_zsh.sh"
|
||||
end
|
||||
|
||||
def test
|
||||
system "#{bin}/opam --help"
|
||||
test do
|
||||
system "#{bin}/opam", "--help"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue