aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-12-27 16:08:31 +0000
committerMike McQuaid2014-12-27 16:31:46 +0000
commiteb7c4db340d0b768aa7caf9031a719b77a381bcd (patch)
treef8ed014f022c8df812d168bf21a10665f99bc442 /Library
parentdc91976a7591807c0cad41101c43b88339a8ea8c (diff)
downloadhomebrew-eb7c4db340d0b768aa7caf9031a719b77a381bcd.tar.bz2
icu4c: fix strict audit failures.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/icu4c.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb
index b18ab232d..ac46d78cb 100644
--- a/Library/Formula/icu4c.rb
+++ b/Library/Formula/icu4c.rb
@@ -1,5 +1,3 @@
-require "formula"
-
class Icu4c < Formula
homepage "http://site.icu-project.org/"
head "http://source.icu-project.org/repos/icu/icu/trunk/", :using => :svn
@@ -31,4 +29,8 @@ class Icu4c < Formula
system "make", "install"
end
end
+
+ test do
+ system "#{bin}/gendict", "--uchars", "/usr/share/dict/words", "dict"
+ end
end