aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_environment.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_environment.lua b/test/test_environment.lua
index 6f6f1cfe..c781af4b 100644
--- a/test/test_environment.lua
+++ b/test/test_environment.lua
@@ -285,7 +285,7 @@ end
285-- @param save_path string: path to directory, where to download rocks/rockspecs 285-- @param save_path string: path to directory, where to download rocks/rockspecs
286-- @return make_manifest boolean: true if new rocks downloaded 286-- @return make_manifest boolean: true if new rocks downloaded
287local function download_rocks(urls, save_path) 287local function download_rocks(urls, save_path)
288 local luarocks_repo = "https://www.luarocks.org" 288 local luarocks_repo = "https://luarocks.org"
289 local make_manifest = false 289 local make_manifest = false
290 290
291 for _, url in ipairs(urls) do 291 for _, url in ipairs(urls) do