diff options
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) |