aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-09 20:31:42 -0800
committerAdam Vandenberg2012-02-09 20:32:43 -0800
commitef8e7abf6a8244e75bb14cdd0efee4be1f39c071 (patch)
tree8863f384d0e142b36ea0649d6559197d3061196f
parentab5ca179bb513cf469b62cd09639a98532dd0c26 (diff)
downloadhomebrew-ef8e7abf6a8244e75bb14cdd0efee4be1f39c071.tar.bz2
wbox: full path in test
-rw-r--r--Library/Formula/wbox.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wbox.rb b/Library/Formula/wbox.rb
index 99bcdd06d..af9cfd828 100644
--- a/Library/Formula/wbox.rb
+++ b/Library/Formula/wbox.rb
@@ -1,8 +1,8 @@
require 'formula'
class Wbox < Formula
- url 'http://hping.org/wbox/wbox-5.tar.gz'
homepage 'http://hping.org/wbox/'
+ url 'http://hping.org/wbox/wbox-5.tar.gz'
md5 'a95ca2c69982db10704b5ed482c9c722'
def install
@@ -11,6 +11,6 @@ class Wbox < Formula
end
def test
- system "wbox www.google.com 1"
+ system "#{bin}/wbox www.google.com 1"
end
end