aboutsummaryrefslogtreecommitdiff
path: root/spec/fs_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fs_spec.lua')
-rw-r--r--spec/fs_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fs_spec.lua b/spec/fs_spec.lua
index 16295869..cc36d277 100644
--- a/spec/fs_spec.lua
+++ b/spec/fs_spec.lua
@@ -19,7 +19,7 @@ local function chdir(d)
19 fs.change_dir(d) 19 fs.change_dir(d)
20end 20end
21 21
22describe("Luarocks fs test #unit", function() 22describe("luarocks.fs #unit", function()
23 local exists_file = function(path) 23 local exists_file = function(path)
24 local ok, err, code = os.rename(path, path) 24 local ok, err, code = os.rename(path, path)
25 if not ok and code == 13 then 25 if not ok and code == 13 then