diff options
Diffstat (limited to 'spec/lint_spec.lua')
-rw-r--r-- | spec/lint_spec.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/lint_spec.lua b/spec/lint_spec.lua index cba80a3e..58c87c4e 100644 --- a/spec/lint_spec.lua +++ b/spec/lint_spec.lua | |||
@@ -1,8 +1,6 @@ | |||
1 | local test_env = require("test/test_environment") | 1 | local test_env = require("test/test_environment") |
2 | local lfs = require("lfs") | ||
3 | 2 | ||
4 | test_env.unload_luarocks() | 3 | test_env.unload_luarocks() |
5 | local lint = require("luarocks.lint") | ||
6 | 4 | ||
7 | local extra_rocks = { | 5 | local extra_rocks = { |
8 | "/validate-args-1.5.4-1.rockspec" | 6 | "/validate-args-1.5.4-1.rockspec" |
@@ -48,4 +46,4 @@ expose("LuaRocks lint tests #blackbox #b_lint", function() | |||
48 | assert.is_false(run.luarocks_bool("lint " .. testing_paths.testing_dir .. "/testfiles/no_build_table-1.0-1.rockspec")) | 46 | assert.is_false(run.luarocks_bool("lint " .. testing_paths.testing_dir .. "/testfiles/no_build_table-1.0-1.rockspec")) |
49 | end) | 47 | end) |
50 | end) | 48 | end) |
51 | end) \ No newline at end of file | 49 | end) |