diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2020-02-14 09:53:12 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-02-14 09:53:12 -0300 |
| commit | bd27d052eaf856bf24c77f556a50b7e19f11cba1 (patch) | |
| tree | 9812779fea52afea7dbbf15a21620d3c59102476 /spec/fs_spec.lua | |
| parent | ab0d7b2a266ff7f322af93915472f5d80d4be9af (diff) | |
| download | luarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.tar.gz luarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.tar.bz2 luarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.zip | |
tests: shorter descriptions
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 |
