aboutsummaryrefslogtreecommitdiff
path: root/test/ltn12test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/ltn12test.lua')
-rw-r--r--test/ltn12test.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ltn12test.lua b/test/ltn12test.lua
new file mode 100644
index 0000000..1c1f3f2
--- /dev/null
+++ b/test/ltn12test.lua
@@ -0,0 +1,3 @@
1sink = ltn12.sink.file(io.open("lixo", "w"))
2source = ltn12.source.file(io.open("luasocket", "r"))
3ltn12.pump(source, sink)