From b05fd6c2129b64fb921f006788810fe27d7c25cc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:18:56 -0500 Subject: sqliteman: fix quoting in test --- Library/Formula/sqliteman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sqliteman.rb b/Library/Formula/sqliteman.rb index 5cbc77322..ef4c2470a 100644 --- a/Library/Formula/sqliteman.rb +++ b/Library/Formula/sqliteman.rb @@ -20,7 +20,7 @@ class Sqliteman < Formula end end - def test - system "#{bin}/sqliteman", '--langs' + test do + system "#{bin}/sqliteman", "--langs" end end -- cgit v1.2.3