aboutsummaryrefslogtreecommitdiff
path: root/spec/fs_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-02-14 09:53:12 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-02-14 09:53:12 -0300
commitbd27d052eaf856bf24c77f556a50b7e19f11cba1 (patch)
tree9812779fea52afea7dbbf15a21620d3c59102476 /spec/fs_spec.lua
parentab0d7b2a266ff7f322af93915472f5d80d4be9af (diff)
downloadluarocks-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.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