open-mesh: fix quoting in test

This commit is contained in:
Jack Nagel 2013-03-25 13:18:44 -05:00
parent 4778e0da1b
commit 8115add18c

View file

@ -18,7 +18,7 @@ class OpenMesh < Formula
end
end
def test
system "#{bin}/mconvert", '-help'
test do
system "#{bin}/mconvert", "-help"
end
end