Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@acm.org>2012-04-09 03:25:40 +0400
committerFabio Mascarenhas <mascarenhas@acm.org>2012-04-09 03:25:40 +0400
commit84f1af5eef6af267109eaa84c18c5a70edaf65ea (patch)
treeadb555999c0713cf1ba0f70e530658eec41e6b66 /tests
parent149e0fb8ec6295325e1e448bbe79b7e9bf2285aa (diff)
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"
local sep = string.match (package.config, "[^\n]+")
local upper = ".."
-require"lfs"
+local lfs = require"lfs"
print (lfs._VERSION)
function attrdir (path)