aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2026-05-21 18:40:13 -0300
committerHisham Muhammad <hisham@gobolinux.org>2026-05-21 19:21:06 -0300
commitd721fb06b45ad724804957f071f6d84b1abc4fdd (patch)
treea613eaf19d472a35ccb63d74fc474cdd3bd243cd
parentd57ae00b20597f77fa7eba8e24fbd79ce7c2d3b7 (diff)
downloadluarocks-d721fb06b45ad724804957f071f6d84b1abc4fdd.tar.gz
luarocks-d721fb06b45ad724804957f071f6d84b1abc4fdd.tar.bz2
luarocks-d721fb06b45ad724804957f071f6d84b1abc4fdd.zip
tests: fix tests for luarocks.lock -- lua version is no longer pinned
-rw-r--r--spec/quick/build.q6
-rw-r--r--spec/quick/make.q3
2 files changed, 3 insertions, 6 deletions
diff --git a/spec/quick/build.q b/spec/quick/build.q
index d0d6a890..d5b66402 100644
--- a/spec/quick/build.q
+++ b/spec/quick/build.q
@@ -260,8 +260,7 @@ FILE_CONTENTS: ./lua_modules/lib/luarocks/rocks-%{lua_version}/test/1.0-1/luaroc
260-------------------------------------------------------------------------------- 260--------------------------------------------------------------------------------
261return { 261return {
262 dependencies = { 262 dependencies = {
263 a_rock = "2.0-1", 263 a_rock = "2.0-1"
264 lua = "%{lua_version}-1"
265 } 264 }
266} 265}
267-------------------------------------------------------------------------------- 266--------------------------------------------------------------------------------
@@ -305,8 +304,7 @@ FILE_CONTENTS: ./luarocks.lock
305-------------------------------------------------------------------------------- 304--------------------------------------------------------------------------------
306return { 305return {
307 dependencies = { 306 dependencies = {
308 a_rock = "2.0-1", 307 a_rock = "2.0-1"
309 lua = "%{lua_version}-1"
310 } 308 }
311} 309}
312-------------------------------------------------------------------------------- 310--------------------------------------------------------------------------------
diff --git a/spec/quick/make.q b/spec/quick/make.q
index eb3472b6..c6a8a466 100644
--- a/spec/quick/make.q
+++ b/spec/quick/make.q
@@ -44,8 +44,7 @@ FILE_CONTENTS: ./lua_modules/lib/luarocks/rocks-%{lua_version}/test/2.0-1/luaroc
44-------------------------------------------------------------------------------- 44--------------------------------------------------------------------------------
45return { 45return {
46 dependencies = { 46 dependencies = {
47 a_rock = "2.0-1", 47 a_rock = "2.0-1"
48 lua = "%{lua_version}-1"
49 } 48 }
50} 49}
51-------------------------------------------------------------------------------- 50--------------------------------------------------------------------------------