diff options
Diffstat (limited to 'spec/fs_spec.lua')
-rw-r--r-- | spec/fs_spec.lua | 2 |
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) |
20 | end | 20 | end |
21 | 21 | ||
22 | describe("Luarocks fs test #unit", function() | 22 | describe("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 |