aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/fetch_spec.lua
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-08-22 23:10:13 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-10-21 13:30:51 -0300
commit048edb8e011ce2e7e6910e305dc9a3242d319831 (patch)
tree76aacbd0915a80fb0bc4dacf20a40a889993343f /spec/unit/fetch_spec.lua
parent7ed4465b8177dcaa8742f079bc6b4d2745fd68c8 (diff)
downloadluarocks-048edb8e011ce2e7e6910e305dc9a3242d319831.tar.gz
luarocks-048edb8e011ce2e7e6910e305dc9a3242d319831.tar.bz2
luarocks-048edb8e011ce2e7e6910e305dc9a3242d319831.zip
tests: unit test updates
Diffstat (limited to 'spec/unit/fetch_spec.lua')
-rw-r--r--spec/unit/fetch_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/fetch_spec.lua b/spec/unit/fetch_spec.lua
index bea50d78..85d89b6c 100644
--- a/spec/unit/fetch_spec.lua
+++ b/spec/unit/fetch_spec.lua
@@ -55,7 +55,7 @@ describe("luarocks fetch #unit", function()
55 fdr:close() 55 fdr:close()
56 fdw:close() 56 fdw:close()
57 57
58 return true, destfile 58 return destfile
59 end 59 end
60 60
61 runner = require("luacov.runner") 61 runner = require("luacov.runner")