aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-03-08 00:09:27 -0800
committerMike McQuaid2012-03-09 18:28:29 +1300
commitd47dff5891a9ef808acf2aa00b05c7848477fb8b (patch)
treefe921a72b2e394273e0e89c6ec86a29ab4fa946e /Library
parentc19da6ef1323ef51d3dce46bf60904634bef3f50 (diff)
downloadhomebrew-d47dff5891a9ef808acf2aa00b05c7848477fb8b.tar.bz2
Add test to wget.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wget.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index 1857dbe19..a5c16f499 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -24,4 +24,8 @@ class Wget < Formula
system "./configure", *args
system "make install"
end
+
+ def test
+ system "wget --version"
+ end
end