From 4dbdca9211f898f3a324e563ad0d8768cf152665 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:35:18 -0500 Subject: flickcurl: fix test --- Library/Formula/flickcurl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/flickcurl.rb b/Library/Formula/flickcurl.rb index bb8a8777e..642001968 100644 --- a/Library/Formula/flickcurl.rb +++ b/Library/Formula/flickcurl.rb @@ -13,7 +13,7 @@ class Flickcurl < Formula system "make install" end - def test - system "#{bin}/flickcurl -h" + test do + system "#{bin}/flickcurl", "-h" end end -- cgit v1.2.3