diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-15 20:05:23 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-15 20:05:23 +0000 |
commit | 680473dd328698068fb65245e401035370667530 (patch) | |
tree | 44c37c369e446bba56710950c6946899c9651c90 /test/testclnt.lua | |
parent | 58096449c6044b7aade5cd41cfd71c6bec1d273d (diff) | |
download | luasocket-680473dd328698068fb65245e401035370667530.tar.gz luasocket-680473dd328698068fb65245e401035370667530.tar.bz2 luasocket-680473dd328698068fb65245e401035370667530.zip |
Runs on Linux.
Diffstat (limited to 'test/testclnt.lua')
-rw-r--r-- | test/testclnt.lua | 2 |
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 @@ | |||
1 | require"socket" | 1 | socket = require"socket" |
2 | 2 | ||
3 | host = host or "localhost" | 3 | host = host or "localhost" |
4 | port = port or "8080" | 4 | port = port or "8080" |