wbox: full path in test

master
Adam Vandenberg 2012-02-09 20:31:42 -08:00
parent 17612b94f4
commit efdcd1189a
1 changed files with 2 additions and 2 deletions

View File

@ -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