aboutsummaryrefslogtreecommitdiff
path: root/spec/quick/make.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/make.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 '')
-rw-r--r--spec/quick/make.q6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/quick/make.q b/spec/quick/make.q
index eb3472b6..c8eb2b23 100644
--- a/spec/quick/make.q
+++ b/spec/quick/make.q
@@ -11,7 +11,8 @@ source = {
11 url = "file://%{path(tmpdir)}/test.lua" 11 url = "file://%{path(tmpdir)}/test.lua"
12} 12}
13dependencies = { 13dependencies = {
14 "a_rock >= 0.8" 14 "a_rock >= 0.8",
15 "lua = %{lua_version}",
15} 16}
16build = { 17build = {
17 type = "builtin", 18 type = "builtin",
@@ -44,8 +45,7 @@ FILE_CONTENTS: ./lua_modules/lib/luarocks/rocks-%{lua_version}/test/2.0-1/luaroc
44-------------------------------------------------------------------------------- 45--------------------------------------------------------------------------------
45return { 46return {
46 dependencies = { 47 dependencies = {
47 a_rock = "2.0-1", 48 a_rock = "2.0-1"
48 lua = "%{lua_version}-1"
49 } 49 }
50} 50}
51-------------------------------------------------------------------------------- 51--------------------------------------------------------------------------------