$OpenBSD: patch-test_test_helper_rb,v 1.1 2011/11/18 00:05:43 jeremy Exp $
--- test/test_helper.rb.orig	Tue Nov 15 20:43:39 2011
+++ test/test_helper.rb	Tue Nov 15 20:46:17 2011
@@ -72,6 +72,7 @@ def hit(uris)
     res = nil
 
     if u.kind_of? String
+      u = 'http://127.0.0.1:8080/' if u == 'http://0.0.0.0:8080/'
       res = Net::HTTP.get(URI.parse(u))
     else
       url = URI.parse(u[0])
