open-mesh: fix quoting in test
This commit is contained in:
parent
4778e0da1b
commit
8115add18c
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class OpenMesh < Formula
|
|||
end
|
||||
end
|
||||
|
||||
def test
|
||||
system "#{bin}/mconvert", '-help'
|
||||
test do
|
||||
system "#{bin}/mconvert", "-help"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue