weighttp: fix test
This commit is contained in:
parent
c492a4f02b
commit
2d92d9b21b
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ class Weighttp < Formula
|
||||||
bin.install "build/default/weighttp"
|
bin.install "build/default/weighttp"
|
||||||
end
|
end
|
||||||
|
|
||||||
def test
|
test do
|
||||||
system "weighttp -n 1 http://redmine.lighttpd.net/projects/weighttp/wiki"
|
system "#{bin}/weighttp", "-n", "1", "http://redmine.lighttpd.net/projects/weighttp/wiki"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue