aboutsummaryrefslogtreecommitdiff
path: root/spec/quick/build.q
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2026-04-06 16:36:31 -0300
committerHisham Muhammad <hisham@gobolinux.org>2026-04-06 16:39:41 -0300
commit84736dd2b35c762188b9220ec71d21f5ad346212 (patch)
tree54312766982f077b79d042167db10dbfc9e5651c /spec/quick/build.q
parentfc402072fca856f05e8ae09799cd6c2a2352dd17 (diff)
downloadluarocks-test-pin.tar.gz
luarocks-test-pin.tar.bz2
luarocks-test-pin.zip
tests: add test case for #1874test-pin
Diffstat (limited to 'spec/quick/build.q')
-rw-r--r--spec/quick/build.q6
1 files changed, 2 insertions, 4 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--------------------------------------------------------------------------------