aboutsummaryrefslogtreecommitdiff
path: root/spec/fetch_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/fetch_spec.lua
parentab0d7b2a266ff7f322af93915472f5d80d4be9af (diff)
downloadluarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.tar.gz
luarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.tar.bz2
luarocks-bd27d052eaf856bf24c77f556a50b7e19f11cba1.zip
tests: shorter descriptions
Diffstat (limited to 'spec/fetch_spec.lua')
-rw-r--r--spec/fetch_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fetch_spec.lua b/spec/fetch_spec.lua
index cca4fbc7..6e23a8f2 100644
--- a/spec/fetch_spec.lua
+++ b/spec/fetch_spec.lua
@@ -13,7 +13,7 @@ local get_tmp_path = test_env.get_tmp_path
13local testing_paths = test_env.testing_paths 13local testing_paths = test_env.testing_paths
14local write_file = test_env.write_file 14local write_file = test_env.write_file
15 15
16describe("Luarocks fetch test #unit #mock", function() 16describe("luarocks fetch #unit #mock", function()
17 local are_same_files = function(file1, file2) 17 local are_same_files = function(file1, file2)
18 return file1 == file2 or lfs.attributes(file1).ino == lfs.attributes(file2).ino 18 return file1 == file2 or lfs.attributes(file1).ino == lfs.attributes(file2).ino
19 end 19 end