aboutsummaryrefslogtreecommitdiff
path: root/spec/test_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-03-13 13:49:36 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-03-13 19:08:05 +0000
commit1829ba36d0764c3210766bd0bc878695282114aa (patch)
treec15c621cc4336e5b24b40843544aeff88b654c5a /spec/test_spec.lua
parent7cafa62d20246ea17ff1d80bb75c930e8c44feef (diff)
downloadluarocks-1829ba36d0764c3210766bd0bc878695282114aa.tar.gz
luarocks-1829ba36d0764c3210766bd0bc878695282114aa.tar.bz2
luarocks-1829ba36d0764c3210766bd0bc878695282114aa.zip
tests: rockspec use cleanups
Diffstat (limited to 'spec/test_spec.lua')
-rw-r--r--spec/test_spec.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/test_spec.lua b/spec/test_spec.lua
index 6d546522..bc5f047e 100644
--- a/spec/test_spec.lua
+++ b/spec/test_spec.lua
@@ -5,15 +5,15 @@ local testing_paths = test_env.testing_paths
5local write_file = test_env.write_file 5local write_file = test_env.write_file
6 6
7local extra_rocks = { 7local extra_rocks = {
8 "/busted-2.0.0-1.rockspec", 8 "/busted-2.2.0-1.src.rock",
9 "/lua_cliargs-3.0-1.src.rock", 9 "/lua_cliargs-3.0-1.src.rock",
10 "/luafilesystem-${LUAFILESYSTEM}.src.rock", 10 "/luafilesystem-${LUAFILESYSTEM}.src.rock",
11 "/luasystem-0.2.1-0.src.rock", 11 "/luasystem-0.2.1-0.src.rock",
12 "/dkjson-${DKJSON}.src.rock", 12 "/dkjson-${DKJSON}.src.rock",
13 "/say-1.3-1.rockspec", 13 "/say-1.4.1-3.src.rock",
14 "/luassert-1.8.0-0.rockspec", 14 "/luassert-1.9.0-1.src.rock",
15 "/lua-term-0.7-1.rockspec", 15 "/penlight-1.13.1-1.src.rock",
16 "/penlight-1.5.4-1.rockspec", 16 "/lua-term-0.8-1.rockspec",
17 "/mediator_lua-1.1.2-0.rockspec", 17 "/mediator_lua-1.1.2-0.rockspec",
18} 18}
19 19