aboutsummaryrefslogtreecommitdiff
path: root/spec/build_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-03-06 14:50:49 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-03-06 23:04:20 -0300
commit2fac17d4d211adf9c1fe9668094febb55ee92389 (patch)
tree5a208594d4598a78c1b7786156c212b6235c587b /spec/build_spec.lua
parent1138b2c1d84cee1dd165b17bd353e2ca38466eb7 (diff)
downloadluarocks-2fac17d4d211adf9c1fe9668094febb55ee92389.tar.gz
luarocks-2fac17d4d211adf9c1fe9668094febb55ee92389.tar.bz2
luarocks-2fac17d4d211adf9c1fe9668094febb55ee92389.zip
tests: don't use validate-args rockspec in tests
We only used the rockspec in testing, but since the app it refers to is GPL-3, it could cause confusion among users, so let's just drop it from the test suite. Closes #1387.
Diffstat (limited to 'spec/build_spec.lua')
-rw-r--r--spec/build_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua
index b78d3ffb..a970a5da 100644
--- a/spec/build_spec.lua
+++ b/spec/build_spec.lua
@@ -23,7 +23,6 @@ local extra_rocks = {
23 "/luasocket-3.0rc1-2.src.rock", 23 "/luasocket-3.0rc1-2.src.rock",
24 "/luasocket-3.0rc1-2.rockspec", 24 "/luasocket-3.0rc1-2.rockspec",
25 "/stdlib-41.0.0-1.src.rock", 25 "/stdlib-41.0.0-1.src.rock",
26 "/validate-args-1.5.4-1.rockspec",
27 "spec/fixtures/a_rock-1.0-1.src.rock", 26 "spec/fixtures/a_rock-1.0-1.src.rock",
28 "/busted-2.0.0-1.rockspec", 27 "/busted-2.0.0-1.rockspec",
29 "/busted-2.0.rc13-0.rockspec", 28 "/busted-2.0.rc13-0.rockspec",