From eb251c98c6c0920c8f46c9c2a08044d681fc487f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:20:35 -0500 Subject: jbig2dec: fix quoting in test --- Library/Formula/jbig2dec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/jbig2dec.rb b/Library/Formula/jbig2dec.rb index d3b768162..bd161fd9c 100644 --- a/Library/Formula/jbig2dec.rb +++ b/Library/Formula/jbig2dec.rb @@ -10,7 +10,7 @@ class Jbig2dec < Formula system "make install" end - def test - system "#{bin}/jbig2dec", '--version' + test do + system "#{bin}/jbig2dec", "--version" end end -- cgit v1.2.3