aboutsummaryrefslogtreecommitdiff
path: root/test/testclnt.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-15 20:05:23 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-15 20:05:23 +0000
commit680473dd328698068fb65245e401035370667530 (patch)
tree44c37c369e446bba56710950c6946899c9651c90 /test/testclnt.lua
parent58096449c6044b7aade5cd41cfd71c6bec1d273d (diff)
downloadluasocket-680473dd328698068fb65245e401035370667530.tar.gz
luasocket-680473dd328698068fb65245e401035370667530.tar.bz2
luasocket-680473dd328698068fb65245e401035370667530.zip
Runs on Linux.
Diffstat (limited to 'test/testclnt.lua')
-rw-r--r--test/testclnt.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testclnt.lua b/test/testclnt.lua
index 14d3484..6735113 100644
--- a/test/testclnt.lua
+++ b/test/testclnt.lua
@@ -1,4 +1,4 @@
1require"socket" 1socket = require"socket"
2 2
3host = host or "localhost" 3host = host or "localhost"
4port = port or "8080" 4port = port or "8080"