aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/build_spec.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua
index 2cfdeace..41c169d9 100644
--- a/spec/build_spec.lua
+++ b/spec/build_spec.lua
@@ -507,7 +507,8 @@ describe("LuaRocks build tests #unit", function()
507 runner.tick = true 507 runner.tick = true
508 cfg.init() 508 cfg.init()
509 fs.init() 509 fs.init()
510 deps.check_lua(cfg.variables) 510 deps.check_lua_incdir(cfg.variables)
511 deps.check_lua_libdir(cfg.variables)
511 end) 512 end)
512 513
513 teardown(function() 514 teardown(function()