From 8b2dfe0b6861c3cea22078f78f6c3d9cc6cd733f Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Mon, 11 Sep 2017 12:49:12 +0300 Subject: Remove www. from rock repository URL in tests www.luarocks.org redirects to luarocks.org. --- test/test_environment.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- @param save_path string: path to directory, where to download rocks/rockspecs -- @return make_manifest boolean: true if new rocks downloaded local function download_rocks(urls, save_path) - local luarocks_repo = "https://www.luarocks.org" + local luarocks_repo = "https://luarocks.org" local make_manifest = false for _, url in ipairs(urls) do -- cgit v1.2.3-55-g6feb