aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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)