aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wget.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-03-09 18:45:11 +1300
committerMike McQuaid2012-03-09 18:45:11 +1300
commit7c2bbdfe51ced06a0f34edc397700006ec55f176 (patch)
treea96c3770913b1f9ded0f808054f78e1aa28c0cc5 /Library/Formula/wget.rb
parent30ef9c983cf3de7f66a1865ce7dda4397a7cfae6 (diff)
downloadhomebrew-7c2bbdfe51ced06a0f34edc397700006ec55f176.tar.bz2
Improve wget test.
Diffstat (limited to 'Library/Formula/wget.rb')
-rw-r--r--Library/Formula/wget.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index a5c16f499..3e1166fcf 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -26,6 +26,6 @@ class Wget < Formula
end
def test
- system "wget --version"
+ system "#{bin}/wget -O - www.google.com"
end
end