aboutsummaryrefslogtreecommitdiff
path: root/spec/quick/build.q
diff options
context:
space:
mode:
Diffstat (limited to '')
-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--------------------------------------------------------------------------------