diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-07-26 19:11:21 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-07-26 23:58:19 -0300 |
commit | 1d3bb56b309ce0463249852f901147157f34adfa (patch) | |
tree | c55817e90dbc51e45b8ecb8f59581c3f00047a10 /spec | |
parent | 4dd439f804844ce82c1519eede0e9201db72ba77 (diff) | |
download | luarocks-1d3bb56b309ce0463249852f901147157f34adfa.tar.gz luarocks-1d3bb56b309ce0463249852f901147157f34adfa.tar.bz2 luarocks-1d3bb56b309ce0463249852f901147157f34adfa.zip |
cfg: avoid setting LUA_LIBDIR and LUA_INCDIR too early
Diffstat (limited to 'spec')
-rw-r--r-- | spec/build_spec.lua | 3 |
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() |