diff http/src/luan/modules/http/test.luan @ 508:9218f9cf45d3

various fixes
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 21 May 2015 20:20:54 -0600
parents 2b9bc97f0439
children ca169567ce07
line wrap: on
line diff
--- a/http/src/luan/modules/http/test.luan	Thu May 21 17:03:57 2015 -0600
+++ b/http/src/luan/modules/http/test.luan	Thu May 21 20:20:54 2015 -0600
@@ -1,3 +1,4 @@
+local Luan = require "luan:Luan"
 local Io = require "luan:Io"
 local Server = require "luan:http/Server"
 
@@ -8,4 +9,4 @@
 
 local dir, test = ...
 Server.init(dir)
-require(test)
+Luan.do_file(test,true)