vcsh: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:35:22 -05:00
parent c2d20afc74
commit c492a4f02b

View file

@ -12,7 +12,7 @@ class Vcsh < Formula
bin.install 'vcsh'
end
def test
system "vcsh"
test do
system "#{bin}/vcsh"
end
end