diff options
| -rw-r--r-- | Library/Formula/open-mesh.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/open-mesh.rb b/Library/Formula/open-mesh.rb index cca29b6c8..eb7c297ec 100644 --- a/Library/Formula/open-mesh.rb +++ b/Library/Formula/open-mesh.rb @@ -18,7 +18,7 @@ class OpenMesh < Formula end end - def test - system "#{bin}/mconvert", '-help' + test do + system "#{bin}/mconvert", "-help" end end |
