aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@acm.org>2012-04-08 20:25:40 -0300
committerFabio Mascarenhas <mascarenhas@acm.org>2012-04-08 20:25:40 -0300
commit84f1af5eef6af267109eaa84c18c5a70edaf65ea (patch)
treeadb555999c0713cf1ba0f70e530658eec41e6b66 /tests
parent149e0fb8ec6295325e1e448bbe79b7e9bf2285aa (diff)
downloadluafilesystem-84f1af5eef6af267109eaa84c18c5a70edaf65ea.tar.gz
luafilesystem-84f1af5eef6af267109eaa84c18c5a70edaf65ea.tar.bz2
luafilesystem-84f1af5eef6af267109eaa84c18c5a70edaf65ea.zip
applied debian patches from enrico tassi
Diffstat (limited to 'tests')
-rw-r--r--tests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index c4911c9..20948df 100644
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -4,7 +4,7 @@ local tmp = "/tmp"
4local sep = string.match (package.config, "[^\n]+") 4local sep = string.match (package.config, "[^\n]+")
5local upper = ".." 5local upper = ".."
6 6
7require"lfs" 7local lfs = require"lfs"
8print (lfs._VERSION) 8print (lfs._VERSION)
9 9
10function attrdir (path) 10function attrdir (path)