Almost there.

This commit is contained in:
Diego Nehab 2004-05-28 07:47:41 +00:00
parent 84f03fda7c
commit 6c565dd7c0
11 changed files with 20 additions and 14 deletions

View file

@ -4,7 +4,6 @@
-- to "/luasocket-test-cgi" and "/luasocket-test-cgi/"
-- needs "AllowOverride AuthConfig" on /home/c/diego/tec/luasocket/test/auth
require("luasocket")
require("http")
dofile("testsupport.lua")

View file

@ -1,3 +1,4 @@
require"url"
dofile("testsupport.lua")
local check_build_url = function(parsed)