From 3b92f27cb759ffd80953430a62d5efac905fc4b7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 27 Dec 2014 16:00:45 +0000 Subject: gettext: fix strict audit failures. --- Library/Formula/gettext.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index 5eb013c39..eac5cb8d4 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -1,5 +1,3 @@ -require "formula" - class Gettext < Formula homepage "https://www.gnu.org/software/gettext/" url "http://ftpmirror.gnu.org/gettext/gettext-0.19.4.tar.xz" @@ -39,4 +37,8 @@ class Gettext < Formula ENV.deparallelize # install doesn't support multiple make jobs system "make", "install" end + + test do + system "#{bin}/gettext", "test" + end end -- cgit v1.2.3