summaryrefslogtreecommitdiff
path: root/source3/lua-5.1.4/test/echo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lua-5.1.4/test/echo.lua')
-rw-r--r--source3/lua-5.1.4/test/echo.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/lua-5.1.4/test/echo.lua b/source3/lua-5.1.4/test/echo.lua
deleted file mode 100644
index 4313439a85..0000000000
--- a/source3/lua-5.1.4/test/echo.lua
+++ /dev/null
@@ -1,5 +0,0 @@
--- echo command line arguments
-
-for i=0,table.getn(arg) do
- print(i,arg[i])
-end