aboutsummaryrefslogtreecommitdiff
path: root/test/mimetest.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-09-27 04:01:18 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-09-27 04:01:18 +0000
commita04f15d1ca440006a53bd0d9f98c12e5abebd969 (patch)
tree30d37d74b5c99d5d0e7489a421ec44ad0150113f /test/mimetest.lua
parente1d318f26cf53ce9b2c3044d8d138956150488c7 (diff)
downloadluasocket-a04f15d1ca440006a53bd0d9f98c12e5abebd969.tar.gz
luasocket-a04f15d1ca440006a53bd0d9f98c12e5abebd969.tar.bz2
luasocket-a04f15d1ca440006a53bd0d9f98c12e5abebd969.zip
Using new module scheme. Still needs fine tuning.
Diffstat (limited to '')
-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..d9bb772 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 = "lsocket.2.0.dylib"
12local eb64test = "b64test.bin" 12local eb64test = "b64test.bin"
13local db64test = "b64test.bin2" 13local db64test = "b64test.bin2"
14 14