diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 21:46:22 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 21:46:22 +0000 |
| commit | 597a062b1bc38488df1363995eece8a9f19c7111 (patch) | |
| tree | ba4ccaa8be98d1100aed63abb9c42c099f2c41bb /test/ltn12test.lua | |
| parent | eac26d2c8dafab604ef2e97e504326cfaf1033cf (diff) | |
| download | luasocket-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.lua | 5 |
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 @@ | |||
| 1 | a = ltn12.source.file(io.open("luasocket.lua")) | ||
| 2 | b = ltn12.source.file(io.open("auxiliar.lua")) | ||
| 3 | c = ltn12.source.cat(a, b) | ||
| 4 | d = ltn12.sink.file(io.stdout) | ||
| 5 | socket.try(ltn12.pump.all(c, d)) | ||
