diff options
Diffstat (limited to 'spec/util/test_env.lua')
-rw-r--r-- | spec/util/test_env.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index 5d385db3..1d38cec6 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua | |||
@@ -1080,7 +1080,6 @@ function test_env.main() | |||
1080 | if test_env.TYPE_TEST_ENV == "full" then | 1080 | if test_env.TYPE_TEST_ENV == "full" then |
1081 | table.insert(urls, "/luafilesystem-${LUAFILESYSTEM}.src.rock") | 1081 | table.insert(urls, "/luafilesystem-${LUAFILESYSTEM}.src.rock") |
1082 | table.insert(urls, "/luasocket-${LUASOCKET}.src.rock") | 1082 | table.insert(urls, "/luasocket-${LUASOCKET}.src.rock") |
1083 | table.insert(urls, "/luasocket-${LUASOCKET}.rockspec") | ||
1084 | table.insert(urls, "/luasec-${LUASEC}.src.rock") | 1083 | table.insert(urls, "/luasec-${LUASEC}.src.rock") |
1085 | table.insert(urls, "/md5-1.2-1.src.rock") | 1084 | table.insert(urls, "/md5-1.2-1.src.rock") |
1086 | table.insert(urls, "/manifests/hisham/lua-zlib-1.2-0.src.rock") | 1085 | table.insert(urls, "/manifests/hisham/lua-zlib-1.2-0.src.rock") |
@@ -1099,9 +1098,7 @@ function test_env.main() | |||
1099 | end | 1098 | end |
1100 | 1099 | ||
1101 | -- luacov is needed for both minimal or full environment | 1100 | -- luacov is needed for both minimal or full environment |
1102 | table.insert(urls, "/luacov-${LUACOV}.rockspec") | ||
1103 | table.insert(urls, "/luacov-${LUACOV}.src.rock") | 1101 | table.insert(urls, "/luacov-${LUACOV}.src.rock") |
1104 | table.insert(urls, "/cluacov-${CLUACOV}.rockspec") | ||
1105 | table.insert(urls, "/cluacov-${CLUACOV}.src.rock") | 1102 | table.insert(urls, "/cluacov-${CLUACOV}.src.rock") |
1106 | table.insert(rocks, "luacov") | 1103 | table.insert(rocks, "luacov") |
1107 | table.insert(rocks, "cluacov") | 1104 | table.insert(rocks, "cluacov") |