From a9f59cc015d17e769d2134f4515e0a451040cb70 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:18:44 -0500 Subject: open-mesh: fix quoting in test --- Library/Formula/open-mesh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3