aboutsummaryrefslogtreecommitdiff
path: root/spec/fetch_spec.lua
diff options
context:
space:
mode:
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