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/mimetest.lua | |
parent | 58096449c6044b7aade5cd41cfd71c6bec1d273d (diff) | |
download | luasocket-680473dd328698068fb65245e401035370667530.tar.gz luasocket-680473dd328698068fb65245e401035370667530.tar.bz2 luasocket-680473dd328698068fb65245e401035370667530.zip |
Runs on Linux.
Diffstat (limited to 'test/mimetest.lua')
-rw-r--r-- | test/mimetest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mimetest.lua b/test/mimetest.lua index 2d5bce6..808c402 100644 --- a/test/mimetest.lua +++ b/test/mimetest.lua | |||
@@ -8,7 +8,7 @@ local qptest = "qptest.bin" | |||
8 | local eqptest = "qptest.bin2" | 8 | local eqptest = "qptest.bin2" |
9 | local dqptest = "qptest.bin3" | 9 | local dqptest = "qptest.bin3" |
10 | 10 | ||
11 | local b64test = "luasocket.dylib" | 11 | local b64test = "luasocket.so" |
12 | local eb64test = "b64test.bin" | 12 | local eb64test = "b64test.bin" |
13 | local db64test = "b64test.bin2" | 13 | local db64test = "b64test.bin2" |
14 | 14 | ||