aboutsummaryrefslogtreecommitdiff
path: root/test/ltn12test.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 21:46:22 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 21:46:22 +0000
commit597a062b1bc38488df1363995eece8a9f19c7111 (patch)
treeba4ccaa8be98d1100aed63abb9c42c099f2c41bb /test/ltn12test.lua
parenteac26d2c8dafab604ef2e97e504326cfaf1033cf (diff)
downloadluasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.gz
luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.bz2
luasocket-597a062b1bc38488df1363995eece8a9f19c7111.zip
Almost ready for distribution...
Diffstat (limited to 'test/ltn12test.lua')
-rw-r--r--test/ltn12test.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ltn12test.lua b/test/ltn12test.lua
deleted file mode 100644
index 04749a5..0000000
--- a/test/ltn12test.lua
+++ /dev/null
@@ -1,5 +0,0 @@
1a = ltn12.source.file(io.open("luasocket.lua"))
2b = ltn12.source.file(io.open("auxiliar.lua"))
3c = ltn12.source.cat(a, b)
4d = ltn12.sink.file(io.stdout)
5socket.try(ltn12.pump.all(c, d))