From fb113db29a5a7a2cb218ac6c2f1c1aeb118f9ce8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 27 Jan 2013 22:37:52 +0000 Subject: geoip: add test. --- Library/Formula/geoip.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library') diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb index 3062072ac..1d38bdf8a 100644 --- a/Library/Formula/geoip.rb +++ b/Library/Formula/geoip.rb @@ -24,4 +24,8 @@ class Geoip < Formula "--prefix=#{prefix}" system "make install" end + + test do + system "#{bin}/geoiplookup", '8.8.8.8' + end end -- cgit v1.2.3