opam: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:35:20 -05:00
parent 5c2c868887
commit c4fcfcc1ab

View file

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