aboutsummaryrefslogtreecommitdiff
path: root/test/mimetest.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-02 18:44:05 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-02 18:44:05 +0000
commitb1a4ad2b1996936744c679e6ae563986ff701a3a (patch)
treec446d3bf2fe5bb0452027ee93388e505c2dfa53d /test/mimetest.lua
parent63807d647624df155a81a2b323f370e2c36192f6 (diff)
downloadluasocket-b1a4ad2b1996936744c679e6ae563986ff701a3a.tar.gz
luasocket-b1a4ad2b1996936744c679e6ae563986ff701a3a.tar.bz2
luasocket-b1a4ad2b1996936744c679e6ae563986ff701a3a.zip
Compiles and runs on windows.
Diffstat (limited to 'test/mimetest.lua')
-rw-r--r--test/mimetest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mimetest.lua b/test/mimetest.lua
index 0b3db33..413a83b 100644
--- a/test/mimetest.lua
+++ b/test/mimetest.lua
@@ -8,7 +8,7 @@ local qptest = "qptest.bin"
8local eqptest = "qptest.bin2" 8local eqptest = "qptest.bin2"
9local dqptest = "qptest.bin3" 9local dqptest = "qptest.bin3"
10 10
11local b64test = "luasocket.dylib" 11local b64test = "luasocket.dll"
12local eb64test = "b64test.bin" 12local eb64test = "b64test.bin"
13local db64test = "b64test.bin2" 13local db64test = "b64test.bin2"
14 14