diff options
| author | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-04-08 20:25:40 -0300 |
|---|---|---|
| committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-04-08 20:25:40 -0300 |
| commit | 84f1af5eef6af267109eaa84c18c5a70edaf65ea (patch) | |
| tree | adb555999c0713cf1ba0f70e530658eec41e6b66 /tests | |
| parent | 149e0fb8ec6295325e1e448bbe79b7e9bf2285aa (diff) | |
| download | luafilesystem-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.lua | 2 |
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" | |||
| 4 | local sep = string.match (package.config, "[^\n]+") | 4 | local sep = string.match (package.config, "[^\n]+") |
| 5 | local upper = ".." | 5 | local upper = ".." |
| 6 | 6 | ||
| 7 | require"lfs" | 7 | local lfs = require"lfs" |
| 8 | print (lfs._VERSION) | 8 | print (lfs._VERSION) |
| 9 | 9 | ||
| 10 | function attrdir (path) | 10 | function attrdir (path) |
