diff options
Diffstat (limited to 'spec/fetch_spec.lua')
-rw-r--r-- | spec/fetch_spec.lua | 2 |
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 | |||
13 | local testing_paths = test_env.testing_paths | 13 | local testing_paths = test_env.testing_paths |
14 | local write_file = test_env.write_file | 14 | local write_file = test_env.write_file |
15 | 15 | ||
16 | describe("Luarocks fetch test #unit #mock", function() | 16 | describe("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 |