aboutsummaryrefslogtreecommitdiff
path: root/test/httptest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/httptest.lua')
-rw-r--r--test/httptest.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/httptest.lua b/test/httptest.lua
index 0ba6f56..ea8465d 100644
--- a/test/httptest.lua
+++ b/test/httptest.lua
@@ -17,7 +17,7 @@ local ignore, expect, index, prefix, cgiprefix, index_crlf
17 17
18http.TIMEOUT = 10 18http.TIMEOUT = 10
19 19
20local t = socket.time() 20local t = socket.gettime()
21 21
22host = host or "diego.student.princeton.edu" 22host = host or "diego.student.princeton.edu"
23proxy = proxy or "http://localhost:3128" 23proxy = proxy or "http://localhost:3128"
@@ -416,4 +416,4 @@ print("ok")
416print("passed all tests") 416print("passed all tests")
417os.remove("err") 417os.remove("err")
418 418
419print(string.format("done in %.2fs", socket.time() - t)) 419print(string.format("done in %.2fs", socket.gettime() - t))